Hex Color #C2565F - Custom Color
Color Codes
HEX
#C2565F
RGB
rgb(194, 86, 95)
HSL
hsl(355, 47%, 55%)
CMYK
cmyk(0%, 56%, 51%, 24%)
HSV
hsv(355, 56%, 76%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.38:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.79: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: #C2565F;
color: #C2565F;
border-color: #C2565F;
}
Tailwind CSS (with arbitrary values)
bg-[#C2565F]
text-[#C2565F]
border-[#C2565F]
// Example usage:
<div className="bg-[#C2565F]">