Hex Color #D068BE - Custom Color

Color Codes

HEX
#D068BE
RGB
rgb(208, 104, 190)
HSL
hsl(310, 53%, 61%)
CMYK
cmyk(0%, 50%, 9%, 18%)
HSV
hsv(310, 50%, 82%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 6.41:1
Pass - WCAG AA (Normal Text)
Fail - 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: #D068BE;
color: #D068BE;
border-color: #D068BE;
}

Tailwind CSS (with arbitrary values)

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