#fcf9da
a pale, electric yellow · cool · closest name: beige
RGB
252, 249, 218
HSL
55°, 85%, 92%
CMYK
0, 1, 14, 1
Luminance
0.9351
Every format
| HEX | #fcf9da |
| RGB | rgb(252, 249, 218) |
| HSL | hsl(55, 85%, 92%) |
| CMYK | cmyk(0%, 1%, 14%, 1%) |
| LAB | lab(97.4 -4.1 15.3) |
| LCH | lch(97.4 15.8 104.9) |
| OKLCH | oklch(0.976 0.041 102.6) |
Copy-ready code
/* CSS */
color: #fcf9da;
background-color: #fcf9da;
/* Tailwind (arbitrary) */
class="text-[#fcf9da] bg-[#fcf9da]"
/* SCSS */
$brand: #fcf9da;
/* SwiftUI */
Color(red: 0.988, green: 0.976, blue: 0.855)
/* Android */
Color.parseColor("#fcf9da")Accessibility — WCAG contrast
Aa
#fcf9da on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf9da on black: 19.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow13.5%
Key (black)1.2%
Color previews
#fcf9da text on a black background
contrast 19.70:1
Card sample
#fcf9da text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf9da;
Background color
Panel with #fcf9da background
background-color: #fcf9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 249, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 249, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf9da; background: linear-gradient(135deg, #fcf9da, #E8FCDA);