Celadon (Green)
#C0DF9A
RGB: 192, 223, 154
Color OverviewHEX #C0DF9A

#C0DF9A Color Code Information

In the RGB color space, #C0DF9A is composed of 75% red, 87% green, and 60% blue. In the HSL color space, it has a hue of 87°, saturation of 52%, and lightness of 74%.

HEX
#C0DF9A
RGB
192, 223, 154
HSL
87°, 52%, 74%
HSV
87°, 31%, 87%
CMYK
14%, 0%, 31%, 13%
Name Match
Celadon
Closest Standard

Shades of #C0DF9A (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #C0DF9A (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #C0DF9A (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #C0DF9A

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #C0DF9A Background
Contrast Ratio against Pure White (#FFFFFF):1.47 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C0DF9A Background
Contrast Ratio against Pure Black (#000000):14.26 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #C0DF9A;
}

.element {
  color: #C0DF9A;
  background-color: #C0DF9A;
  border-color: #C0DF9A;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#C0DF9A] text-[#C0DF9A] border-[#C0DF9A]">
  Content styled with #C0DF9A
</div>