#fcdda2
a light, electric orange · warm · closest name: khaki
RGB
252, 221, 162
HSL
39°, 94%, 81%
CMYK
0, 12, 36, 1
Luminance
0.7502
Every format
| HEX | #fcdda2 |
| RGB | rgb(252, 221, 162) |
| HSL | hsl(39, 94%, 81%) |
| CMYK | cmyk(0%, 12%, 36%, 1%) |
| LAB | lab(89.4 2.6 32.9) |
| LCH | lch(89.4 33.0 85.5) |
| OKLCH | oklch(0.910 0.083 83.2) |
Copy-ready code
/* CSS */
color: #fcdda2;
background-color: #fcdda2;
/* Tailwind (arbitrary) */
class="text-[#fcdda2] bg-[#fcdda2]"
/* SCSS */
$brand: #fcdda2;
/* SwiftUI */
Color(red: 0.988, green: 0.867, blue: 0.635)
/* Android */
Color.parseColor("#fcdda2")Accessibility — WCAG contrast
Aa
#fcdda2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdda2 on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green86.7%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow35.7%
Key (black)1.2%
Color previews
#fcdda2 text on a black background
contrast 16.00:1
Card sample
#fcdda2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdda2;
Background color
Panel with #fcdda2 background
background-color: #fcdda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 221, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 221, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdda2; background: linear-gradient(135deg, #fcdda2, #DFFCA2);