#fcdaad
a light, electric orange · warm · closest name: tan
RGB
252, 218, 173
HSL
34°, 93%, 83%
CMYK
0, 14, 31, 1
Luminance
0.7386
Every format
| HEX | #fcdaad |
| RGB | rgb(252, 218, 173) |
| HSL | hsl(34, 93%, 83%) |
| CMYK | cmyk(0%, 14%, 31%, 1%) |
| LAB | lab(88.9 5.4 26.5) |
| LCH | lch(88.9 27.1 78.4) |
| OKLCH | oklch(0.906 0.070 74.5) |
Copy-ready code
/* CSS */
color: #fcdaad;
background-color: #fcdaad;
/* Tailwind (arbitrary) */
class="text-[#fcdaad] bg-[#fcdaad]"
/* SCSS */
$brand: #fcdaad;
/* SwiftUI */
Color(red: 0.988, green: 0.855, blue: 0.678)
/* Android */
Color.parseColor("#fcdaad")Accessibility — WCAG contrast
Aa
#fcdaad on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdaad on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow31.3%
Key (black)1.2%
Color previews
#fcdaad text on a black background
contrast 15.77:1
Card sample
#fcdaad text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdaad;
Background color
Panel with #fcdaad background
background-color: #fcdaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 218, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 218, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdaad; background: linear-gradient(135deg, #fcdaad, #E9FCAD);