Hex Color #AF7BBC - Custom Color
Color Codes
HEX
#AF7BBC
RGB
rgb(175, 123, 188)
HSL
hsl(288, 33%, 61%)
CMYK
cmyk(7%, 35%, 0%, 26%)
HSV
hsv(288, 35%, 74%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.29:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.38:1
Pass - WCAG AA (Normal Text)
Fail - 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: #AF7BBC;
color: #AF7BBC;
border-color: #AF7BBC;
}
Tailwind CSS (with arbitrary values)
bg-[#AF7BBC]
text-[#AF7BBC]
border-[#AF7BBC]
// Example usage:
<div className="bg-[#AF7BBC]">