Celadon (Green)
#BEEB93
RGB: 190, 235, 147
Color OverviewHEX #BEEB93

#BEEB93 Color Code Information

In the RGB color space, #BEEB93 is composed of 75% red, 92% green, and 58% blue. In the HSL color space, it has a hue of 91°, saturation of 69%, and lightness of 75%.

HEX
#BEEB93
RGB
190, 235, 147
HSL
91°, 69%, 75%
HSV
91°, 37%, 92%
CMYK
19%, 0%, 37%, 8%
Name Match
Celadon
Closest Standard

Shades of #BEEB93 (Darker Variations)

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

Tints of #BEEB93 (Lighter Variations)

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

Tones of #BEEB93 (Muted Variations)

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

Color Harmonies for #BEEB93

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

Developer Code Snippets & Tailwind CSS

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

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