Hex Color #03507C - Custom Color
Color Codes
HEX
#03507C
RGB
rgb(3, 80, 124)
HSL
hsl(202, 95%, 25%)
CMYK
cmyk(98%, 35%, 0%, 51%)
HSV
hsv(202, 98%, 49%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 8.60:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 2.44: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: #03507C;
color: #03507C;
border-color: #03507C;
}
Tailwind CSS (with arbitrary values)
bg-[#03507C]
text-[#03507C]
border-[#03507C]
// Example usage:
<div className="bg-[#03507C]">