Hex Color #C67DBA - Custom Color

Color Codes

HEX
#C67DBA
RGB
rgb(198, 125, 186)
HSL
hsl(310, 39%, 63%)
CMYK
cmyk(0%, 37%, 6%, 22%)
HSV
hsv(310, 37%, 78%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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