Hex Color #9DABAE - Custom Color
Color Codes
HEX
#9DABAE
RGB
rgb(157, 171, 174)
HSL
hsl(191, 9%, 65%)
CMYK
cmyk(10%, 2%, 0%, 32%)
HSV
hsv(191, 10%, 68%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.37:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.87: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: #9DABAE;
color: #9DABAE;
border-color: #9DABAE;
}
Tailwind CSS (with arbitrary values)
bg-[#9DABAE]
text-[#9DABAE]
border-[#9DABAE]
// Example usage:
<div className="bg-[#9DABAE]">