Hex Color #C98FBF - Custom Color

Color Codes

HEX
#C98FBF
RGB
rgb(201, 143, 191)
HSL
hsl(310, 35%, 67%)
CMYK
cmyk(0%, 29%, 5%, 21%)
HSV
hsv(310, 29%, 79%)
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: #C98FBF;
color: #C98FBF;
border-color: #C98FBF;
}

Tailwind CSS (with arbitrary values)

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