#fcf4da
a pale, electric yellow · cool · closest name: beige
RGB
252, 244, 218
HSL
46°, 85%, 92%
CMYK
0, 3, 14, 1
Luminance
0.9046
Every format
| HEX | #fcf4da |
| RGB | rgb(252, 244, 218) |
| HSL | hsl(46, 85%, 92%) |
| CMYK | cmyk(0%, 3%, 14%, 1%) |
| LAB | lab(96.2 -1.6 13.5) |
| LCH | lch(96.2 13.6 96.6) |
| OKLCH | oklch(0.967 0.035 92.8) |
Copy-ready code
/* CSS */
color: #fcf4da;
background-color: #fcf4da;
/* Tailwind (arbitrary) */
class="text-[#fcf4da] bg-[#fcf4da]"
/* SCSS */
$brand: #fcf4da;
/* SwiftUI */
Color(red: 0.988, green: 0.957, blue: 0.855)
/* Android */
Color.parseColor("#fcf4da")Accessibility — WCAG contrast
Aa
#fcf4da on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf4da on black: 19.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow13.5%
Key (black)1.2%
Color previews
#fcf4da text on a black background
contrast 19.09:1
Card sample
#fcf4da text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf4da;
Background color
Panel with #fcf4da background
background-color: #fcf4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 244, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 244, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf4da; background: linear-gradient(135deg, #fcf4da, #EDFCDA);