Celadon (Green)
#C2E68B
RGB: 194, 230, 139
Color OverviewHEX #C2E68B

#C2E68B Color Code Information

In the RGB color space, #C2E68B is composed of 76% red, 90% green, and 55% blue. In the HSL color space, it has a hue of 84°, saturation of 65%, and lightness of 72%.

HEX
#C2E68B
RGB
194, 230, 139
HSL
84°, 65%, 72%
HSV
84°, 40%, 90%
CMYK
16%, 0%, 40%, 10%
Name Match
Celadon
Closest Standard

Shades of #C2E68B (Darker Variations)

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

Tints of #C2E68B (Lighter Variations)

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

Tones of #C2E68B (Muted Variations)

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

Color Harmonies for #C2E68B

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

Developer Code Snippets & Tailwind CSS

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

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