Hex Color #FFDF6A - Custom Color

Color Codes

HEX
#FFDF6A
RGB
rgb(255, 223, 106)
HSL
hsl(47, 100%, 71%)
CMYK
cmyk(0%, 13%, 58%, 0%)
HSV
hsv(47, 58%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Recommended Text Color

For best readability on this background color, use black text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #FFDF6A;
color: #FFDF6A;
border-color: #FFDF6A;
}

Tailwind CSS (with arbitrary values)

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