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