Hex Color #AA2609 - Custom Color

Color Codes

HEX
#AA2609
RGB
rgb(170, 38, 9)
HSL
hsl(11, 90%, 35%)
CMYK
cmyk(0%, 78%, 95%, 33%)
HSV
hsv(11, 95%, 67%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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