Hex Color #C4929A - Custom Color

Color Codes

HEX
#C4929A
RGB
rgb(196, 146, 154)
HSL
hsl(350, 30%, 67%)
CMYK
cmyk(0%, 26%, 21%, 23%)
HSV
hsv(350, 26%, 77%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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