Celadon (Green)
#BCF5BF
RGB: 188, 245, 191
Color OverviewHEX #BCF5BF

#BCF5BF Color Code Information

In the RGB color space, #BCF5BF is composed of 74% red, 96% green, and 75% blue. In the HSL color space, it has a hue of 123°, saturation of 74%, and lightness of 85%.

HEX
#BCF5BF
RGB
188, 245, 191
HSL
123°, 74%, 85%
HSV
123°, 23%, 96%
CMYK
23%, 0%, 22%, 4%
Name Match
Celadon
Closest Standard

Shades of #BCF5BF (Darker Variations)

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

Tints of #BCF5BF (Lighter Variations)

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

Tones of #BCF5BF (Muted Variations)

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

Color Harmonies for #BCF5BF

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

Developer Code Snippets & Tailwind CSS

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

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