Hex Color #FDB947 - Custom Color
Color Codes
HEX
#FDB947
RGB
rgb(253, 185, 71)
HSL
hsl(38, 98%, 64%)
CMYK
cmyk(0%, 27%, 72%, 1%)
HSV
hsv(38, 72%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.72:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 12.21: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: #FDB947;
color: #FDB947;
border-color: #FDB947;
}
Tailwind CSS (with arbitrary values)
bg-[#FDB947]
text-[#FDB947]
border-[#FDB947]
// Example usage:
<div className="bg-[#FDB947]">