Hex Color #C87DBA - Custom Color

Color Codes

HEX
#C87DBA
RGB
rgb(200, 125, 186)
HSL
hsl(311, 41%, 64%)
CMYK
cmyk(0%, 37%, 7%, 22%)
HSV
hsv(311, 38%, 78%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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