Celadon (Green)
#B1E6AD
RGB: 177, 230, 173
Color OverviewHEX #B1E6AD

#B1E6AD Color Code Information

In the RGB color space, #B1E6AD is composed of 69% red, 90% green, and 68% blue. In the HSL color space, it has a hue of 116°, saturation of 53%, and lightness of 79%.

HEX
#B1E6AD
RGB
177, 230, 173
HSL
116°, 53%, 79%
HSV
116°, 25%, 90%
CMYK
23%, 0%, 25%, 10%
Name Match
Celadon
Closest Standard

Shades of #B1E6AD (Darker Variations)

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

Tints of #B1E6AD (Lighter Variations)

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

Tones of #B1E6AD (Muted Variations)

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

Color Harmonies for #B1E6AD

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

Developer Code Snippets & Tailwind CSS

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

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