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