Hex Color #C0646E - Custom Color
Color Codes
HEX
#C0646E
RGB
rgb(192, 100, 110)
HSL
hsl(353, 42%, 57%)
CMYK
cmyk(0%, 48%, 43%, 25%)
HSV
hsv(353, 48%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.97:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.29: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: #C0646E;
color: #C0646E;
border-color: #C0646E;
}
Tailwind CSS (with arbitrary values)
bg-[#C0646E]
text-[#C0646E]
border-[#C0646E]
// Example usage:
<div className="bg-[#C0646E]">