Hex Color #C7436F - Custom Color

Color Codes

HEX
#C7436F
RGB
rgb(199, 67, 111)
HSL
hsl(340, 54%, 52%)
CMYK
cmyk(0%, 66%, 44%, 22%)
HSV
hsv(340, 66%, 78%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.46:1
Fail - 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: #C7436F;
color: #C7436F;
border-color: #C7436F;
}

Tailwind CSS (with arbitrary values)

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