Celadon (Green)
#B0CDAD
RGB: 176, 205, 173
Color OverviewHEX #B0CDAD

#B0CDAD Color Code Information

In the RGB color space, #B0CDAD is composed of 69% red, 80% green, and 68% blue. In the HSL color space, it has a hue of 114°, saturation of 24%, and lightness of 74%.

HEX
#B0CDAD
RGB
176, 205, 173
HSL
114°, 24%, 74%
HSV
114°, 16%, 80%
CMYK
14%, 0%, 16%, 20%
Name Match
Celadon
Closest Standard

Shades of #B0CDAD (Darker Variations)

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

Tints of #B0CDAD (Lighter Variations)

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

Tones of #B0CDAD (Muted Variations)

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

Color Harmonies for #B0CDAD

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

Developer Code Snippets & Tailwind CSS

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

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