Hex Color #A1BE9E - Custom Color
Color Codes
HEX
#A1BE9E
RGB
rgb(161, 190, 158)
HSL
hsl(114, 20%, 68%)
CMYK
cmyk(15%, 0%, 17%, 25%)
HSV
hsv(114, 17%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.02:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.37:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #A1BE9E;
color: #A1BE9E;
border-color: #A1BE9E;
}
Tailwind CSS (with arbitrary values)
bg-[#A1BE9E]
text-[#A1BE9E]
border-[#A1BE9E]
// Example usage:
<div className="bg-[#A1BE9E]">