Hex Color #B7AFCD - Custom Color
Color Codes
HEX
#B7AFCD
RGB
rgb(183, 175, 205)
HSL
hsl(256, 23%, 75%)
CMYK
cmyk(11%, 15%, 0%, 20%)
HSV
hsv(256, 15%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.09:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.03: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: #B7AFCD;
color: #B7AFCD;
border-color: #B7AFCD;
}
Tailwind CSS (with arbitrary values)
bg-[#B7AFCD]
text-[#B7AFCD]
border-[#B7AFCD]
// Example usage:
<div className="bg-[#B7AFCD]">