Mint Green (Green)
#BDF070
RGB: 189, 240, 112
Color OverviewHEX #BDF070
#BDF070 Color Code Information
In the RGB color space, #BDF070 is composed of 74% red, 94% green, and 44% blue. In the HSL color space, it has a hue of 84°, saturation of 81%, and lightness of 69%.
HEX
#BDF070
RGB
189, 240, 112
HSL
84°, 81%, 69%
HSV
84°, 53%, 94%
CMYK
21%, 0%, 53%, 6%
Name Match
Mint Green
Closest StandardShades of #BDF070 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #BDF070 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #BDF070 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #BDF070
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #BDF070 Background
Contrast Ratio against Pure White (#FFFFFF):1.32 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BDF070 Background
Contrast Ratio against Pure Black (#000000):15.86 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #BDF070;
}
.element {
color: #BDF070;
background-color: #BDF070;
border-color: #BDF070;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#BDF070] text-[#BDF070] border-[#BDF070]"> Content styled with #BDF070 </div>