#fcac8f
a light, electric orange · warm · closest name: tan
RGB
252, 172, 143
HSL
16°, 95%, 78%
CMYK
0, 32, 43, 1
Luminance
0.5218
Every format
| HEX | #fcac8f |
| RGB | rgb(252, 172, 143) |
| HSL | hsl(16, 95%, 78%) |
| CMYK | cmyk(0%, 32%, 43%, 1%) |
| LAB | lab(77.4 26.0 26.8) |
| LCH | lch(77.4 37.4 45.9) |
| OKLCH | oklch(0.815 0.103 40.7) |
Copy-ready code
/* CSS */
color: #fcac8f;
background-color: #fcac8f;
/* Tailwind (arbitrary) */
class="text-[#fcac8f] bg-[#fcac8f]"
/* SCSS */
$brand: #fcac8f;
/* SwiftUI */
Color(red: 0.988, green: 0.675, blue: 0.561)
/* Android */
Color.parseColor("#fcac8f")Accessibility — WCAG contrast
Aa
#fcac8f on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcac8f on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green67.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta31.7%
Yellow43.3%
Key (black)1.2%
Color previews
#fcac8f text on a black background
contrast 11.44:1
Card sample
#fcac8f text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcac8f;
Background color
Panel with #fcac8f background
background-color: #fcac8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcac8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 172, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 172, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcac8f; background: linear-gradient(135deg, #fcac8f, #FCF58F);