Mint Green (Green)
#BDEC83
RGB: 189, 236, 131
Color OverviewHEX #BDEC83

#BDEC83 Color Code Information

In the RGB color space, #BDEC83 is composed of 74% red, 93% green, and 51% blue. In the HSL color space, it has a hue of 87°, saturation of 73%, and lightness of 72%.

HEX
#BDEC83
RGB
189, 236, 131
HSL
87°, 73%, 72%
HSV
87°, 44%, 93%
CMYK
20%, 0%, 44%, 7%
Name Match
Mint Green
Closest Standard

Shades of #BDEC83 (Darker Variations)

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

Tints of #BDEC83 (Lighter Variations)

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

Tones of #BDEC83 (Muted Variations)

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

Color Harmonies for #BDEC83

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

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