#fcaf96
a light, electric red · warm · closest name: tan
RGB
252, 175, 150
HSL
15°, 94%, 79%
CMYK
0, 31, 41, 1
Luminance
0.5356
Every format
| HEX | #fcaf96 |
| RGB | rgb(252, 175, 150) |
| HSL | hsl(15, 94%, 79%) |
| CMYK | cmyk(0%, 31%, 41%, 1%) |
| LAB | lab(78.2 25.2 24.2) |
| LCH | lch(78.2 34.9 43.8) |
| OKLCH | oklch(0.822 0.097 38.7) |
Copy-ready code
/* CSS */
color: #fcaf96;
background-color: #fcaf96;
/* Tailwind (arbitrary) */
class="text-[#fcaf96] bg-[#fcaf96]"
/* SCSS */
$brand: #fcaf96;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.588)
/* Android */
Color.parseColor("#fcaf96")Accessibility — WCAG contrast
Aa
#fcaf96 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf96 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow40.5%
Key (black)1.2%
Color previews
#fcaf96 text on a black background
contrast 11.71:1
Card sample
#fcaf96 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf96;
Background color
Panel with #fcaf96 background
background-color: #fcaf96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf96; background: linear-gradient(135deg, #fcaf96, #FCF396);