#fcdcaa
a light, electric orange · warm · closest name: tan
RGB
252, 220, 170
HSL
37°, 93%, 83%
CMYK
0, 13, 33, 1
Luminance
0.7478
Every format
| HEX | #fcdcaa |
| RGB | rgb(252, 220, 170) |
| HSL | hsl(37, 93%, 83%) |
| CMYK | cmyk(0%, 13%, 33%, 1%) |
| LAB | lab(89.3 4.0 28.7) |
| LCH | lch(89.3 29.0 82.0) |
| OKLCH | oklch(0.909 0.074 78.7) |
Copy-ready code
/* CSS */
color: #fcdcaa;
background-color: #fcdcaa;
/* Tailwind (arbitrary) */
class="text-[#fcdcaa] bg-[#fcdcaa]"
/* SCSS */
$brand: #fcdcaa;
/* SwiftUI */
Color(red: 0.988, green: 0.863, blue: 0.667)
/* Android */
Color.parseColor("#fcdcaa")Accessibility — WCAG contrast
Aa
#fcdcaa on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdcaa on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green86.3%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow32.5%
Key (black)1.2%
Color previews
#fcdcaa text on a black background
contrast 15.96:1
Card sample
#fcdcaa text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdcaa;
Background color
Panel with #fcdcaa background
background-color: #fcdcaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdcaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 220, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 220, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdcaa; background: linear-gradient(135deg, #fcdcaa, #E5FCAA);