Hex Color #94666C - Custom Color
Color Codes
HEX
#94666C
RGB
rgb(148, 102, 108)
HSL
hsl(352, 18%, 49%)
CMYK
cmyk(0%, 31%, 27%, 42%)
HSV
hsv(352, 31%, 58%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.80:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.38: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: #94666C;
color: #94666C;
border-color: #94666C;
}
Tailwind CSS (with arbitrary values)
bg-[#94666C]
text-[#94666C]
border-[#94666C]
// Example usage:
<div className="bg-[#94666C]">