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