#fcdfb9
a pale, electric orange · warm · closest name: beige
RGB
252, 223, 185
HSL
34°, 92%, 86%
CMYK
0, 12, 27, 1
Luminance
0.7697
Every format
| HEX | #fcdfb9 |
| RGB | rgb(252, 223, 185) |
| HSL | hsl(34, 92%, 86%) |
| CMYK | cmyk(0%, 12%, 27%, 1%) |
| LAB | lab(90.3 4.4 22.3) |
| LCH | lch(90.3 22.7 78.8) |
| OKLCH | oklch(0.918 0.059 74.4) |
Copy-ready code
/* CSS */
color: #fcdfb9;
background-color: #fcdfb9;
/* Tailwind (arbitrary) */
class="text-[#fcdfb9] bg-[#fcdfb9]"
/* SCSS */
$brand: #fcdfb9;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.725)
/* Android */
Color.parseColor("#fcdfb9")Accessibility — WCAG contrast
Aa
#fcdfb9 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfb9 on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow26.6%
Key (black)1.2%
Color previews
#fcdfb9 text on a black background
contrast 16.39:1
Card sample
#fcdfb9 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfb9;
Background color
Panel with #fcdfb9 background
background-color: #fcdfb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfb9; background: linear-gradient(135deg, #fcdfb9, #ECFCB9);