Celadon (Green)
#BFDFB3
RGB: 191, 223, 179
Color OverviewHEX #BFDFB3

#BFDFB3 Color Code Information

In the RGB color space, #BFDFB3 is composed of 75% red, 87% green, and 70% blue. In the HSL color space, it has a hue of 104°, saturation of 41%, and lightness of 79%.

HEX
#BFDFB3
RGB
191, 223, 179
HSL
104°, 41%, 79%
HSV
104°, 20%, 87%
CMYK
14%, 0%, 20%, 13%
Name Match
Celadon
Closest Standard

Shades of #BFDFB3 (Darker Variations)

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

Tints of #BFDFB3 (Lighter Variations)

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

Tones of #BFDFB3 (Muted Variations)

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

Color Harmonies for #BFDFB3

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

Developer Code Snippets & Tailwind CSS

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

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