Hex Color #5097AB - Custom Color
Color Codes
HEX
#5097AB
RGB
rgb(80, 151, 171)
HSL
hsl(193, 36%, 49%)
CMYK
cmyk(53%, 12%, 0%, 33%)
HSV
hsv(193, 53%, 67%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.30:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.36: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: #5097AB;
color: #5097AB;
border-color: #5097AB;
}
Tailwind CSS (with arbitrary values)
bg-[#5097AB]
text-[#5097AB]
border-[#5097AB]
// Example usage:
<div className="bg-[#5097AB]">