Hex Color #FD6521 - Custom Color

Color Codes

HEX
#FD6521
RGB
rgb(253, 101, 33)
HSL
hsl(19, 98%, 56%)
CMYK
cmyk(0%, 60%, 87%, 1%)
HSV
hsv(19, 87%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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