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