Hex Color #AFDFB1 - Custom Color
Color Codes
HEX
#AFDFB1
RGB
rgb(175, 223, 177)
HSL
hsl(122, 43%, 78%)
CMYK
cmyk(22%, 0%, 21%, 13%)
HSV
hsv(122, 22%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.50:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 14.01: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: #AFDFB1;
color: #AFDFB1;
border-color: #AFDFB1;
}
Tailwind CSS (with arbitrary values)
bg-[#AFDFB1]
text-[#AFDFB1]
border-[#AFDFB1]
// Example usage:
<div className="bg-[#AFDFB1]">