Hex Color #B97CEC - Custom Color

Color Codes

HEX
#B97CEC
RGB
rgb(185, 124, 236)
HSL
hsl(273, 75%, 71%)
CMYK
cmyk(22%, 47%, 0%, 7%)
HSV
hsv(273, 47%, 93%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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