Hex Color #BADA8E - Custom Color
Color Codes
HEX
#BADA8E
RGB
rgb(186, 218, 142)
HSL
hsl(85, 51%, 71%)
CMYK
cmyk(15%, 0%, 35%, 15%)
HSV
hsv(85, 35%, 85%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.55:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 13.51: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: #BADA8E;
color: #BADA8E;
border-color: #BADA8E;
}
Tailwind CSS (with arbitrary values)
bg-[#BADA8E]
text-[#BADA8E]
border-[#BADA8E]
// Example usage:
<div className="bg-[#BADA8E]">