#fcc2ad
a light, electric orange · warm · closest name: tan
RGB
252, 194, 173
HSL
16°, 93%, 83%
CMYK
0, 23, 31, 1
Luminance
0.6230
Every format
| HEX | #fcc2ad |
| RGB | rgb(252, 194, 173) |
| HSL | hsl(16, 93%, 83%) |
| CMYK | cmyk(0%, 23%, 31%, 1%) |
| LAB | lab(83.1 17.9 18.6) |
| LCH | lch(83.1 25.8 46.0) |
| OKLCH | oklch(0.861 0.073 40.8) |
Copy-ready code
/* CSS */
color: #fcc2ad;
background-color: #fcc2ad;
/* Tailwind (arbitrary) */
class="text-[#fcc2ad] bg-[#fcc2ad]"
/* SCSS */
$brand: #fcc2ad;
/* SwiftUI */
Color(red: 0.988, green: 0.761, blue: 0.678)
/* Android */
Color.parseColor("#fcc2ad")Accessibility — WCAG contrast
Aa
#fcc2ad on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc2ad on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow31.3%
Key (black)1.2%
Color previews
#fcc2ad text on a black background
contrast 13.46:1
Card sample
#fcc2ad text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc2ad;
Background color
Panel with #fcc2ad background
background-color: #fcc2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 194, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 194, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc2ad; background: linear-gradient(135deg, #fcc2ad, #FCF7AD);