#fcdfb1
a light, electric orange · warm · closest name: tan
RGB
252, 223, 177
HSL
37°, 93%, 84%
CMYK
0, 12, 30, 1
Luminance
0.7665
Every format
| HEX | #fcdfb1 |
| RGB | rgb(252, 223, 177) |
| HSL | hsl(37, 93%, 84%) |
| CMYK | cmyk(0%, 12%, 30%, 1%) |
| LAB | lab(90.2 3.4 26.2) |
| LCH | lch(90.2 26.4 82.7) |
| OKLCH | oklch(0.916 0.068 79.2) |
Copy-ready code
/* CSS */
color: #fcdfb1;
background-color: #fcdfb1;
/* Tailwind (arbitrary) */
class="text-[#fcdfb1] bg-[#fcdfb1]"
/* SCSS */
$brand: #fcdfb1;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.694)
/* Android */
Color.parseColor("#fcdfb1")Accessibility — WCAG contrast
Aa
#fcdfb1 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfb1 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow29.8%
Key (black)1.2%
Color previews
#fcdfb1 text on a black background
contrast 16.33:1
Card sample
#fcdfb1 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfb1;
Background color
Panel with #fcdfb1 background
background-color: #fcdfb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfb1; background: linear-gradient(135deg, #fcdfb1, #E7FCB1);