Hex Color #05274D - Custom Color
Color Codes
HEX
#05274D
RGB
rgb(5, 39, 77)
HSL
hsl(212, 88%, 16%)
CMYK
cmyk(94%, 49%, 0%, 70%)
HSV
hsv(212, 94%, 30%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 14.96:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.40: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: #05274D;
color: #05274D;
border-color: #05274D;
}
Tailwind CSS (with arbitrary values)
bg-[#05274D]
text-[#05274D]
border-[#05274D]
// Example usage:
<div className="bg-[#05274D]">