Hex Color #000309 - Custom Color
Color Codes
HEX
#000309
RGB
rgb(0, 3, 9)
HSL
hsl(220, 100%, 2%)
CMYK
cmyk(100%, 67%, 0%, 96%)
HSV
hsv(220, 100%, 4%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 20.65:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.02: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: #000309;
color: #000309;
border-color: #000309;
}
Tailwind CSS (with arbitrary values)
bg-[#000309]
text-[#000309]
border-[#000309]
// Example usage:
<div className="bg-[#000309]">