#fcaf56
a light, electric orange · warm · closest name: peru
RGB
252, 175, 86
HSL
32°, 97%, 66%
CMYK
0, 31, 66, 1
Luminance
0.5203
Every format
| HEX | #fcaf56 |
| RGB | rgb(252, 175, 86) |
| HSL | hsl(32, 97%, 66%) |
| CMYK | cmyk(0%, 31%, 66%, 1%) |
| LAB | lab(77.3 19.9 55.7) |
| LCH | lch(77.3 59.1 70.4) |
| OKLCH | oklch(0.812 0.138 67.5) |
Copy-ready code
/* CSS */
color: #fcaf56;
background-color: #fcaf56;
/* Tailwind (arbitrary) */
class="text-[#fcaf56] bg-[#fcaf56]"
/* SCSS */
$brand: #fcaf56;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.337)
/* Android */
Color.parseColor("#fcaf56")Accessibility — WCAG contrast
Aa
#fcaf56 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf56 on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow65.9%
Key (black)1.2%
Color previews
#fcaf56 text on a black background
contrast 11.41:1
Card sample
#fcaf56 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf56;
Background color
Panel with #fcaf56 background
background-color: #fcaf56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf56; background: linear-gradient(135deg, #fcaf56, #DAFC56);