Hex Color #11083C - Custom Color
Color Codes
HEX
#11083C
RGB
rgb(17, 8, 60)
HSL
hsl(250, 76%, 13%)
CMYK
cmyk(72%, 87%, 0%, 76%)
HSV
hsv(250, 87%, 24%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 18.69:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.12: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: #11083C;
color: #11083C;
border-color: #11083C;
}
Tailwind CSS (with arbitrary values)
bg-[#11083C]
text-[#11083C]
border-[#11083C]
// Example usage:
<div className="bg-[#11083C]">