Celadon (Green)
#C4F6C1
RGB: 196, 246, 193
Color OverviewHEX #C4F6C1

#C4F6C1 Color Code Information

In the RGB color space, #C4F6C1 is composed of 77% red, 96% green, and 76% blue. In the HSL color space, it has a hue of 117°, saturation of 75%, and lightness of 86%.

HEX
#C4F6C1
RGB
196, 246, 193
HSL
117°, 75%, 86%
HSV
117°, 22%, 96%
CMYK
20%, 0%, 22%, 4%
Name Match
Celadon
Closest Standard

Shades of #C4F6C1 (Darker Variations)

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

Tints of #C4F6C1 (Lighter Variations)

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

Tones of #C4F6C1 (Muted Variations)

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

Color Harmonies for #C4F6C1

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

Developer Code Snippets & Tailwind CSS

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

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