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