Hex Color #B49ADC - Custom Color

Color Codes

HEX
#B49ADC
RGB
rgb(180, 154, 220)
HSL
hsl(264, 49%, 73%)
CMYK
cmyk(18%, 30%, 0%, 14%)
HSV
hsv(264, 30%, 86%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 2.44:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 8.60: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: #B49ADC;
color: #B49ADC;
border-color: #B49ADC;
}

Tailwind CSS (with arbitrary values)

bg-[#B49ADC]
text-[#B49ADC]
border-[#B49ADC]
// Example usage:
<div className="bg-[#B49ADC]">