#fcdfad
a light, electric orange · warm · closest name: tan
RGB
252, 223, 173
HSL
38°, 93%, 83%
CMYK
0, 12, 31, 1
Luminance
0.7649
Every format
| HEX | #fcdfad |
| RGB | rgb(252, 223, 173) |
| HSL | hsl(38, 93%, 83%) |
| CMYK | cmyk(0%, 12%, 31%, 1%) |
| LAB | lab(90.1 2.9 28.2) |
| LCH | lch(90.1 28.4 84.2) |
| OKLCH | oklch(0.916 0.072 81.1) |
Copy-ready code
/* CSS */
color: #fcdfad;
background-color: #fcdfad;
/* Tailwind (arbitrary) */
class="text-[#fcdfad] bg-[#fcdfad]"
/* SCSS */
$brand: #fcdfad;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#fcdfad")Accessibility — WCAG contrast
Aa
#fcdfad on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfad on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow31.3%
Key (black)1.2%
Color previews
#fcdfad text on a black background
contrast 16.30:1
Card sample
#fcdfad text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfad;
Background color
Panel with #fcdfad background
background-color: #fcdfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfad; background: linear-gradient(135deg, #fcdfad, #E4FCAD);