Hex Color #013388 - Custom Color
Color Codes
HEX
#013388
RGB
rgb(1, 51, 136)
HSL
hsl(218, 99%, 27%)
CMYK
cmyk(99%, 63%, 0%, 47%)
HSV
hsv(218, 99%, 53%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 11.47:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.83: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: #013388;
color: #013388;
border-color: #013388;
}
Tailwind CSS (with arbitrary values)
bg-[#013388]
text-[#013388]
border-[#013388]
// Example usage:
<div className="bg-[#013388]">