Celadon (Green)
#C6F59A
RGB: 198, 245, 154
Color OverviewHEX #C6F59A

#C6F59A Color Code Information

In the RGB color space, #C6F59A is composed of 78% red, 96% green, and 60% blue. In the HSL color space, it has a hue of 91°, saturation of 82%, and lightness of 78%.

HEX
#C6F59A
RGB
198, 245, 154
HSL
91°, 82%, 78%
HSV
91°, 37%, 96%
CMYK
19%, 0%, 37%, 4%
Name Match
Celadon
Closest Standard

Shades of #C6F59A (Darker Variations)

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

Tints of #C6F59A (Lighter Variations)

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

Tones of #C6F59A (Muted Variations)

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

Color Harmonies for #C6F59A

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

Developer Code Snippets & Tailwind CSS

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

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