#fcaf93
a light, electric orange · warm · closest name: tan
RGB
252, 175, 147
HSL
16°, 95%, 78%
CMYK
0, 31, 42, 1
Luminance
0.5346
Every format
| HEX | #fcaf93 |
| RGB | rgb(252, 175, 147) |
| HSL | hsl(16, 95%, 78%) |
| CMYK | cmyk(0%, 31%, 42%, 1%) |
| LAB | lab(78.2 24.9 25.7) |
| LCH | lch(78.2 35.8 45.9) |
| OKLCH | oklch(0.821 0.099 40.8) |
Copy-ready code
/* CSS */
color: #fcaf93;
background-color: #fcaf93;
/* Tailwind (arbitrary) */
class="text-[#fcaf93] bg-[#fcaf93]"
/* SCSS */
$brand: #fcaf93;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.576)
/* Android */
Color.parseColor("#fcaf93")Accessibility — WCAG contrast
Aa
#fcaf93 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf93 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow41.7%
Key (black)1.2%
Color previews
#fcaf93 text on a black background
contrast 11.69:1
Card sample
#fcaf93 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf93;
Background color
Panel with #fcaf93 background
background-color: #fcaf93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf93; background: linear-gradient(135deg, #fcaf93, #FCF593);