Hex Color #D5842A - Custom Color

Color Codes

HEX
#D5842A
RGB
rgb(213, 132, 42)
HSL
hsl(32, 67%, 50%)
CMYK
cmyk(0%, 38%, 80%, 16%)
HSV
hsv(32, 80%, 84%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 2.93:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 7.16:1
Pass - WCAG AA (Normal Text)
Pass - 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: #D5842A;
color: #D5842A;
border-color: #D5842A;
}

Tailwind CSS (with arbitrary values)

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