Hex Color #17070A - Custom Color

Color Codes

HEX
#17070A
RGB
rgb(23, 7, 10)
HSL
hsl(349, 53%, 6%)
CMYK
cmyk(0%, 70%, 57%, 91%)
HSV
hsv(349, 70%, 9%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.07: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: #17070A;
color: #17070A;
border-color: #17070A;
}

Tailwind CSS (with arbitrary values)

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