Hex Color #0A4CAD - Custom Color
Color Codes
HEX
#0A4CAD
RGB
rgb(10, 76, 173)
HSL
hsl(216, 89%, 36%)
CMYK
cmyk(94%, 56%, 0%, 32%)
HSV
hsv(216, 94%, 68%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 7.92:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 2.65: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: #0A4CAD;
color: #0A4CAD;
border-color: #0A4CAD;
}
Tailwind CSS (with arbitrary values)
bg-[#0A4CAD]
text-[#0A4CAD]
border-[#0A4CAD]
// Example usage:
<div className="bg-[#0A4CAD]">