Hex Color #FCB054 - Custom Color
Color Codes
HEX
#FCB054
RGB
rgb(252, 176, 84)
HSL
hsl(33, 97%, 66%)
CMYK
cmyk(0%, 30%, 67%, 1%)
HSV
hsv(33, 67%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.83:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 11.48: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: #FCB054;
color: #FCB054;
border-color: #FCB054;
}
Tailwind CSS (with arbitrary values)
bg-[#FCB054]
text-[#FCB054]
border-[#FCB054]
// Example usage:
<div className="bg-[#FCB054]">