Hex Color #110414 - Custom Color

Color Codes

HEX
#110414
RGB
rgb(17, 4, 20)
HSL
hsl(289, 67%, 5%)
CMYK
cmyk(15%, 80%, 0%, 92%)
HSV
hsv(289, 80%, 8%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 19.98: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: #110414;
color: #110414;
border-color: #110414;
}

Tailwind CSS (with arbitrary values)

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