#fcdfbd
a pale, electric orange · warm · closest name: beige
RGB
252, 223, 189
HSL
32°, 91%, 87%
CMYK
0, 12, 25, 1
Luminance
0.7714
Every format
| HEX | #fcdfbd |
| RGB | rgb(252, 223, 189) |
| HSL | hsl(32, 91%, 87%) |
| CMYK | cmyk(0%, 12%, 25%, 1%) |
| LAB | lab(90.4 4.9 20.3) |
| LCH | lch(90.4 20.9 76.4) |
| OKLCH | oklch(0.919 0.055 71.5) |
Copy-ready code
/* CSS */
color: #fcdfbd;
background-color: #fcdfbd;
/* Tailwind (arbitrary) */
class="text-[#fcdfbd] bg-[#fcdfbd]"
/* SCSS */
$brand: #fcdfbd;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.741)
/* Android */
Color.parseColor("#fcdfbd")Accessibility — WCAG contrast
Aa
#fcdfbd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfbd on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow25.0%
Key (black)1.2%
Color previews
#fcdfbd text on a black background
contrast 16.43:1
Card sample
#fcdfbd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfbd;
Background color
Panel with #fcdfbd background
background-color: #fcdfbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfbd; background: linear-gradient(135deg, #fcdfbd, #EFFCBD);