Hex Color #29051F - Custom Color

Color Codes

HEX
#29051F
RGB
rgb(41, 5, 31)
HSL
hsl(317, 78%, 9%)
CMYK
cmyk(0%, 88%, 24%, 84%)
HSV
hsv(317, 88%, 16%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.14: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: #29051F;
color: #29051F;
border-color: #29051F;
}

Tailwind CSS (with arbitrary values)

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