Hex Color #BEF0BC - Custom Color
Color Codes
HEX
#BEF0BC
RGB
rgb(190, 240, 188)
HSL
hsl(118, 63%, 84%)
CMYK
cmyk(21%, 0%, 22%, 6%)
HSV
hsv(118, 22%, 94%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.28:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 16.38: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: #BEF0BC;
color: #BEF0BC;
border-color: #BEF0BC;
}
Tailwind CSS (with arbitrary values)
bg-[#BEF0BC]
text-[#BEF0BC]
border-[#BEF0BC]
// Example usage:
<div className="bg-[#BEF0BC]">