#fcc4ac
a light, electric orange · warm · closest name: tan
RGB
252, 196, 172
HSL
18°, 93%, 83%
CMYK
0, 22, 32, 1
Luminance
0.6315
Every format
| HEX | #fcc4ac |
| RGB | rgb(252, 196, 172) |
| HSL | hsl(18, 93%, 83%) |
| CMYK | cmyk(0%, 22%, 32%, 1%) |
| LAB | lab(83.5 16.7 19.7) |
| LCH | lch(83.5 25.9 49.7) |
| OKLCH | oklch(0.864 0.072 44.3) |
Copy-ready code
/* CSS */
color: #fcc4ac;
background-color: #fcc4ac;
/* Tailwind (arbitrary) */
class="text-[#fcc4ac] bg-[#fcc4ac]"
/* SCSS */
$brand: #fcc4ac;
/* SwiftUI */
Color(red: 0.988, green: 0.769, blue: 0.675)
/* Android */
Color.parseColor("#fcc4ac")Accessibility — WCAG contrast
Aa
#fcc4ac on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc4ac on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow31.7%
Key (black)1.2%
Color previews
#fcc4ac text on a black background
contrast 13.63:1
Card sample
#fcc4ac text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc4ac;
Background color
Panel with #fcc4ac background
background-color: #fcc4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 196, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 196, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc4ac; background: linear-gradient(135deg, #fcc4ac, #FCF9AC);