#fcaf84
a light, electric orange · warm · closest name: tan
RGB
252, 175, 132
HSL
22°, 95%, 75%
CMYK
0, 31, 48, 1
Luminance
0.5302
Every format
| HEX | #fcaf84 |
| RGB | rgb(252, 175, 132) |
| HSL | hsl(22, 95%, 75%) |
| CMYK | cmyk(0%, 31%, 48%, 1%) |
| LAB | lab(77.9 23.4 33.3) |
| LCH | lch(77.9 40.7 55.0) |
| OKLCH | oklch(0.818 0.107 49.9) |
Copy-ready code
/* CSS */
color: #fcaf84;
background-color: #fcaf84;
/* Tailwind (arbitrary) */
class="text-[#fcaf84] bg-[#fcaf84]"
/* SCSS */
$brand: #fcaf84;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.518)
/* Android */
Color.parseColor("#fcaf84")Accessibility — WCAG contrast
Aa
#fcaf84 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf84 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow47.6%
Key (black)1.2%
Color previews
#fcaf84 text on a black background
contrast 11.60:1
Card sample
#fcaf84 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf84;
Background color
Panel with #fcaf84 background
background-color: #fcaf84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf84; background: linear-gradient(135deg, #fcaf84, #F9FC84);