Hex Color #94A690 - Custom Color
Color Codes
HEX
#94A690
RGB
rgb(148, 166, 144)
HSL
hsl(109, 11%, 61%)
CMYK
cmyk(11%, 0%, 13%, 35%)
HSV
hsv(109, 13%, 65%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.59:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.12: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: #94A690;
color: #94A690;
border-color: #94A690;
}
Tailwind CSS (with arbitrary values)
bg-[#94A690]
text-[#94A690]
border-[#94A690]
// Example usage:
<div className="bg-[#94A690]">