Hex Color #B49BFD - Custom Color
Color Codes
HEX
#B49BFD
RGB
rgb(180, 155, 253)
HSL
hsl(255, 96%, 80%)
CMYK
cmyk(29%, 39%, 0%, 1%)
HSV
hsv(255, 39%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.32:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.05: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: #B49BFD;
color: #B49BFD;
border-color: #B49BFD;
}
Tailwind CSS (with arbitrary values)
bg-[#B49BFD]
text-[#B49BFD]
border-[#B49BFD]
// Example usage:
<div className="bg-[#B49BFD]">