Hex Color #D36701 - Custom Color

Color Codes

HEX
#D36701
RGB
rgb(211, 103, 1)
HSL
hsl(29, 99%, 42%)
CMYK
cmyk(0%, 51%, 100%, 17%)
HSV
hsv(29, 100%, 83%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 5.71:1
Pass - 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: #D36701;
color: #D36701;
border-color: #D36701;
}

Tailwind CSS (with arbitrary values)

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