Green Haze Color

What Color is Green Haze?

Green haze is a soft muted green. It looks gentle like fog.

#C7EAE5
FormatCodeImage
Hex
#C7EAE5
Green Haze Color Code
RGB
199, 234, 229
HSL
171, 45%, 85%
CMYK
15%, 0%, 2%, 8%
OKLCH
oklch(0.911 0.037 186)

Color Harmonies

Balanced color combinations based on color theory. Click to copy.

Analogous

Adjacent colors - harmony and unity

Monochromatic

Same hue, varied lightness - cohesive designs

Complementary

Opposite colors - high contrast

Split Complementary

Base + adjacent complements - balanced contrast

Triadic

Evenly spaced - vibrant palettes

Square

Four colors at 90° - bold combinations

Tetradic

Rectangle shape - rich variety

Compound

Analogous + complements - sophisticated

Accessibility & Contrast Checker

Ensure your color combinations meet WCAG accessibility standards for readability. Test text contrast against different backgrounds.

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #FFFFFF1.29:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #00000016.33:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #F5F5F51.18:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A13.53:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333339.82:1
AA AA Large AAA

WCAG Guidelines: AA requires 4.5:1 for normal text, 3:1 for large text. AAA requires 7:1 for normal text, 4.5:1 for large text. Large text is 18pt+ or 14pt bold+.

Code Snippets

Ready-to-use code snippets for CSS, SCSS, Tailwind, and more. Click to copy.

CSS Variables
/* Green Haze Color */
:root {
  --color-green-haze-color: #C7EAE5;
  --color-green-haze-color-rgb: 199, 234, 229;
}

.element {
  background-color: var(--color-green-haze-color);
  color: rgba(var(--color-green-haze-color-rgb), 0.8);
}
SCSS
// Green Haze Color Variables
$green-haze-color: #C7EAE5;
$green-haze-color-rgb: 199, 234, 229;

// Usage
.element {
  background-color: $green-haze-color;
  border-color: darken($green-haze-color, 10%);
  box-shadow: 0 4px 6px rgba($green-haze-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'green-haze-color': '#C7EAE5',
        'green-haze-color-light': '#EDF8F6',
        'green-haze-color-dark': '#90D5CB',
      },
    },
  },
}
JSON
{
  "name": "Green Haze Color",
  "hex": "#C7EAE5",
  "rgb": {
    "r": 199,
    "g": 234,
    "b": 229
  },
  "hsl": {
    "h": 171,
    "s": 45,
    "l": 85
  }
}

Visual Usage Examples

See how Green Haze Color looks in real-world design applications.

Website Header
Logo
HomeAboutContact
Card Component
Buttons
Background Usage

Heading Text

This is how body text appears on this background color. Good contrast is essential for readability.

Badges & Tags
NewFeaturedPopular
Gradients (Click to copy)
Complementary
Fade
Analogous
Radial