Hex Color #C4788F - Custom Color
Color Codes
HEX
#C4788F
RGB
rgb(196, 120, 143)
HSL
hsl(342, 39%, 62%)
CMYK
cmyk(0%, 39%, 27%, 23%)
HSV
hsv(342, 39%, 77%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.27:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.43: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: #C4788F;
color: #C4788F;
border-color: #C4788F;
}
Tailwind CSS (with arbitrary values)
bg-[#C4788F]
text-[#C4788F]
border-[#C4788F]
// Example usage:
<div className="bg-[#C4788F]">