#fcc4af
a light, electric orange · warm · closest name: tan
RGB
252, 196, 175
HSL
16°, 93%, 84%
CMYK
0, 22, 31, 1
Luminance
0.6327
Every format
| HEX | #fcc4af |
| RGB | rgb(252, 196, 175) |
| HSL | hsl(16, 93%, 84%) |
| CMYK | cmyk(0%, 22%, 31%, 1%) |
| LAB | lab(83.6 17.1 18.2) |
| LCH | lch(83.6 25.0 46.8) |
| OKLCH | oklch(0.865 0.071 41.5) |
Copy-ready code
/* CSS */
color: #fcc4af;
background-color: #fcc4af;
/* Tailwind (arbitrary) */
class="text-[#fcc4af] bg-[#fcc4af]"
/* SCSS */
$brand: #fcc4af;
/* SwiftUI */
Color(red: 0.988, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#fcc4af")Accessibility — WCAG contrast
Aa
#fcc4af on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc4af on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow30.6%
Key (black)1.2%
Color previews
#fcc4af text on a black background
contrast 13.65:1
Card sample
#fcc4af text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc4af;
Background color
Panel with #fcc4af background
background-color: #fcc4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc4af; background: linear-gradient(135deg, #fcc4af, #FCF7AF);