Hex Color #D68BEB - Custom Color

Color Codes

HEX
#D68BEB
RGB
rgb(214, 139, 235)
HSL
hsl(287, 71%, 73%)
CMYK
cmyk(9%, 41%, 0%, 8%)
HSV
hsv(287, 41%, 92%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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