Hex Color #B28ACE - Custom Color
Color Codes
HEX
#B28ACE
RGB
rgb(178, 138, 206)
HSL
hsl(275, 41%, 67%)
CMYK
cmyk(14%, 33%, 0%, 19%)
HSV
hsv(275, 33%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.83:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.42: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: #B28ACE;
color: #B28ACE;
border-color: #B28ACE;
}
Tailwind CSS (with arbitrary values)
bg-[#B28ACE]
text-[#B28ACE]
border-[#B28ACE]
// Example usage:
<div className="bg-[#B28ACE]">