#fcdfb5
a light, electric orange · warm · closest name: tan
RGB
252, 223, 181
HSL
36°, 92%, 85%
CMYK
0, 12, 28, 1
Luminance
0.7681
Every format
| HEX | #fcdfb5 |
| RGB | rgb(252, 223, 181) |
| HSL | hsl(36, 92%, 85%) |
| CMYK | cmyk(0%, 12%, 28%, 1%) |
| LAB | lab(90.2 3.9 24.3) |
| LCH | lch(90.2 24.6 80.9) |
| OKLCH | oklch(0.917 0.063 77.0) |
Copy-ready code
/* CSS */
color: #fcdfb5;
background-color: #fcdfb5;
/* Tailwind (arbitrary) */
class="text-[#fcdfb5] bg-[#fcdfb5]"
/* SCSS */
$brand: #fcdfb5;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.710)
/* Android */
Color.parseColor("#fcdfb5")Accessibility — WCAG contrast
Aa
#fcdfb5 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfb5 on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow28.2%
Key (black)1.2%
Color previews
#fcdfb5 text on a black background
contrast 16.36:1
Card sample
#fcdfb5 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfb5;
Background color
Panel with #fcdfb5 background
background-color: #fcdfb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfb5; background: linear-gradient(135deg, #fcdfb5, #EAFCB5);