Celadon (Green)
#CADCB2
RGB: 202, 220, 178
Color OverviewHEX #CADCB2

#CADCB2 Color Code Information

In the RGB color space, #CADCB2 is composed of 79% red, 86% green, and 70% blue. In the HSL color space, it has a hue of 86°, saturation of 38%, and lightness of 78%.

HEX
#CADCB2
RGB
202, 220, 178
HSL
86°, 38%, 78%
HSV
86°, 19%, 86%
CMYK
8%, 0%, 19%, 14%
Name Match
Celadon
Closest Standard

Shades of #CADCB2 (Darker Variations)

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

Tints of #CADCB2 (Lighter Variations)

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

Tones of #CADCB2 (Muted Variations)

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

Color Harmonies for #CADCB2

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

Developer Code Snippets & Tailwind CSS

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

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