Hex Color #C97984 - Custom Color

Color Codes

HEX
#C97984
RGB
rgb(201, 121, 132)
HSL
hsl(352, 43%, 63%)
CMYK
cmyk(0%, 40%, 34%, 21%)
HSV
hsv(352, 40%, 79%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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