Hex Color #700705 - Custom Color

Color Codes

HEX
#700705
RGB
rgb(112, 7, 5)
HSL
hsl(1, 91%, 23%)
CMYK
cmyk(0%, 94%, 96%, 56%)
HSV
hsv(1, 96%, 44%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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