Hex Color #C7AEAB - Custom Color
Color Codes
HEX
#C7AEAB
RGB
rgb(199, 174, 171)
HSL
hsl(6, 20%, 73%)
CMYK
cmyk(0%, 13%, 14%, 22%)
HSV
hsv(6, 14%, 78%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.09:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.07: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: #C7AEAB;
color: #C7AEAB;
border-color: #C7AEAB;
}
Tailwind CSS (with arbitrary values)
bg-[#C7AEAB]
text-[#C7AEAB]
border-[#C7AEAB]
// Example usage:
<div className="bg-[#C7AEAB]">