Hex Color #19171C - Custom Color
Color Codes
HEX
#19171C
RGB
rgb(25, 23, 28)
HSL
hsl(264, 10%, 10%)
CMYK
cmyk(11%, 18%, 0%, 89%)
HSV
hsv(264, 18%, 11%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 17.79:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.18: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: #19171C;
color: #19171C;
border-color: #19171C;
}
Tailwind CSS (with arbitrary values)
bg-[#19171C]
text-[#19171C]
border-[#19171C]
// Example usage:
<div className="bg-[#19171C]">