Hex Color #C4B3EE - Custom Color

Color Codes

HEX
#C4B3EE
RGB
rgb(196, 179, 238)
HSL
hsl(257, 63%, 82%)
CMYK
cmyk(18%, 25%, 0%, 7%)
HSV
hsv(257, 25%, 93%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 11.03:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use black text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #C4B3EE;
color: #C4B3EE;
border-color: #C4B3EE;
}

Tailwind CSS (with arbitrary values)

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