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