Hex Color #D388CC - Custom Color

Color Codes

HEX
#D388CC
RGB
rgb(211, 136, 204)
HSL
hsl(306, 46%, 68%)
CMYK
cmyk(0%, 36%, 3%, 17%)
HSV
hsv(306, 36%, 83%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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