#fcd2ad
a light, electric orange · warm · closest name: tan
RGB
252, 210, 173
HSL
28°, 93%, 83%
CMYK
0, 17, 31, 1
Luminance
0.6981
Every format
| HEX | #fcd2ad |
| RGB | rgb(252, 210, 173) |
| HSL | hsl(28, 93%, 83%) |
| CMYK | cmyk(0%, 17%, 31%, 1%) |
| LAB | lab(86.9 9.6 23.9) |
| LCH | lch(86.9 25.7 68.2) |
| OKLCH | oklch(0.891 0.068 63.2) |
Copy-ready code
/* CSS */
color: #fcd2ad;
background-color: #fcd2ad;
/* Tailwind (arbitrary) */
class="text-[#fcd2ad] bg-[#fcd2ad]"
/* SCSS */
$brand: #fcd2ad;
/* SwiftUI */
Color(red: 0.988, green: 0.824, blue: 0.678)
/* Android */
Color.parseColor("#fcd2ad")Accessibility — WCAG contrast
Aa
#fcd2ad on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd2ad on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green82.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow31.3%
Key (black)1.2%
Color previews
#fcd2ad text on a black background
contrast 14.96:1
Card sample
#fcd2ad text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd2ad;
Background color
Panel with #fcd2ad background
background-color: #fcd2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 210, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 210, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd2ad; background: linear-gradient(135deg, #fcd2ad, #F1FCAD);