Hex Color #C49FE0 - Custom Color

Color Codes

HEX
#C49FE0
RGB
rgb(196, 159, 224)
HSL
hsl(274, 51%, 75%)
CMYK
cmyk(12%, 29%, 0%, 12%)
HSV
hsv(274, 29%, 88%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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