Hex Color #C9929A - Custom Color

Color Codes

HEX
#C9929A
RGB
rgb(201, 146, 154)
HSL
hsl(351, 34%, 68%)
CMYK
cmyk(0%, 27%, 23%, 21%)
HSV
hsv(351, 27%, 79%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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