Hex Color #BAE1CC - Custom Color
Color Codes
HEX
#BAE1CC
RGB
rgb(186, 225, 204)
HSL
hsl(148, 39%, 81%)
CMYK
cmyk(17%, 0%, 9%, 12%)
HSV
hsv(148, 17%, 88%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.43:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 14.73: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: #BAE1CC;
color: #BAE1CC;
border-color: #BAE1CC;
}
Tailwind CSS (with arbitrary values)
bg-[#BAE1CC]
text-[#BAE1CC]
border-[#BAE1CC]
// Example usage:
<div className="bg-[#BAE1CC]">