Celadon (Green)
#C2DFC0
RGB: 194, 223, 192
Color OverviewHEX #C2DFC0

#C2DFC0 Color Code Information

In the RGB color space, #C2DFC0 is composed of 76% red, 87% green, and 75% blue. In the HSL color space, it has a hue of 116°, saturation of 33%, and lightness of 81%.

HEX
#C2DFC0
RGB
194, 223, 192
HSL
116°, 33%, 81%
HSV
116°, 14%, 87%
CMYK
13%, 0%, 14%, 13%
Name Match
Celadon
Closest Standard

Shades of #C2DFC0 (Darker Variations)

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

Tints of #C2DFC0 (Lighter Variations)

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

Tones of #C2DFC0 (Muted Variations)

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

Color Harmonies for #C2DFC0

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 #C2DFC0 Background
Contrast Ratio against Pure White (#FFFFFF):1.44 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C2DFC0 Background
Contrast Ratio against Pure Black (#000000):14.61 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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