Hex Color #061301 - Custom Color
Color Codes
HEX
#061301
RGB
rgb(6, 19, 1)
HSL
hsl(103, 90%, 4%)
CMYK
cmyk(68%, 0%, 95%, 93%)
HSV
hsv(103, 95%, 7%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 19.07:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.10: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: #061301;
color: #061301;
border-color: #061301;
}
Tailwind CSS (with arbitrary values)
bg-[#061301]
text-[#061301]
border-[#061301]
// Example usage:
<div className="bg-[#061301]">