#fcf4df
a pale, electric yellow · warm · closest name: beige
RGB
252, 244, 223
HSL
43°, 83%, 93%
CMYK
0, 3, 12, 1
Luminance
0.9072
Every format
| HEX | #fcf4df |
| RGB | rgb(252, 244, 223) |
| HSL | hsl(43, 83%, 93%) |
| CMYK | cmyk(0%, 3%, 12%, 1%) |
| LAB | lab(96.3 -0.8 11.1) |
| LCH | lch(96.3 11.1 94.0) |
| OKLCH | oklch(0.968 0.029 89.6) |
Copy-ready code
/* CSS */
color: #fcf4df;
background-color: #fcf4df;
/* Tailwind (arbitrary) */
class="text-[#fcf4df] bg-[#fcf4df]"
/* SCSS */
$brand: #fcf4df;
/* SwiftUI */
Color(red: 0.988, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#fcf4df")Accessibility — WCAG contrast
Aa
#fcf4df on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf4df on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow11.5%
Key (black)1.2%
Color previews
#fcf4df text on a black background
contrast 19.14:1
Card sample
#fcf4df text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf4df;
Background color
Panel with #fcf4df background
background-color: #fcf4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf4df; background: linear-gradient(135deg, #fcf4df, #F1FCDF);