Celadon (Green)
#CDE3B0
RGB: 205, 227, 176
Color OverviewHEX #CDE3B0
#CDE3B0 Color Code Information
In the RGB color space, #CDE3B0 is composed of 80% red, 89% green, and 69% blue. In the HSL color space, it has a hue of 86°, saturation of 48%, and lightness of 79%.
HEX
#CDE3B0
RGB
205, 227, 176
HSL
86°, 48%, 79%
HSV
86°, 22%, 89%
CMYK
10%, 0%, 22%, 11%
Name Match
Celadon
Closest StandardShades of #CDE3B0 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #CDE3B0 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #CDE3B0 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #CDE3B0
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #CDE3B0 Background
Contrast Ratio against Pure White (#FFFFFF):1.38 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CDE3B0 Background
Contrast Ratio against Pure Black (#000000):15.21 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #CDE3B0;
}
.element {
color: #CDE3B0;
background-color: #CDE3B0;
border-color: #CDE3B0;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#CDE3B0] text-[#CDE3B0] border-[#CDE3B0]"> Content styled with #CDE3B0 </div>