Celadon (Green)
#95D28C
RGB: 149, 210, 140
Color OverviewHEX #95D28C

#95D28C Color Code Information

In the RGB color space, #95D28C is composed of 58% red, 82% green, and 55% blue. In the HSL color space, it has a hue of 112°, saturation of 44%, and lightness of 69%.

HEX
#95D28C
RGB
149, 210, 140
HSL
112°, 44%, 69%
HSV
112°, 33%, 82%
CMYK
29%, 0%, 33%, 18%
Name Match
Celadon
Closest Standard

Shades of #95D28C (Darker Variations)

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

Tints of #95D28C (Lighter Variations)

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

Tones of #95D28C (Muted Variations)

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

Color Harmonies for #95D28C

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

Developer Code Snippets & Tailwind CSS

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

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