Hex Color #D096DE - Custom Color

Color Codes

HEX
#D096DE
RGB
rgb(208, 150, 222)
HSL
hsl(288, 52%, 73%)
CMYK
cmyk(6%, 32%, 0%, 13%)
HSV
hsv(288, 32%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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