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