Hex Color #B6E6BC - Custom Color
Color Codes
HEX
#B6E6BC
RGB
rgb(182, 230, 188)
HSL
hsl(128, 49%, 81%)
CMYK
cmyk(21%, 0%, 18%, 10%)
HSV
hsv(128, 21%, 90%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.40:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 15.03:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use black text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #B6E6BC;
color: #B6E6BC;
border-color: #B6E6BC;
}
Tailwind CSS (with arbitrary values)
bg-[#B6E6BC]
text-[#B6E6BC]
border-[#B6E6BC]
// Example usage:
<div className="bg-[#B6E6BC]">