Hex Color #10011E - Custom Color

Color Codes

HEX
#10011E
RGB
rgb(16, 1, 30)
HSL
hsl(271, 94%, 6%)
CMYK
cmyk(47%, 97%, 0%, 88%)
HSV
hsv(271, 97%, 12%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 20.09:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 1.05: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: #10011E;
color: #10011E;
border-color: #10011E;
}

Tailwind CSS (with arbitrary values)

bg-[#10011E]
text-[#10011E]
border-[#10011E]
// Example usage:
<div className="bg-[#10011E]">