Celadon (Green)
#C6F8AF
RGB: 198, 248, 175
Color OverviewHEX #C6F8AF

#C6F8AF Color Code Information

In the RGB color space, #C6F8AF is composed of 78% red, 97% green, and 69% blue. In the HSL color space, it has a hue of 101°, saturation of 84%, and lightness of 83%.

HEX
#C6F8AF
RGB
198, 248, 175
HSL
101°, 84%, 83%
HSV
101°, 29%, 97%
CMYK
20%, 0%, 29%, 3%
Name Match
Celadon
Closest Standard

Shades of #C6F8AF (Darker Variations)

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

Tints of #C6F8AF (Lighter Variations)

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

Tones of #C6F8AF (Muted Variations)

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

Color Harmonies for #C6F8AF

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

Developer Code Snippets & Tailwind CSS

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

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