#fcf9df
a pale, electric yellow · cool · “beige”
RGB
252, 249, 223
HSL
54°, 83%, 93%
CMYK
0, 1, 12, 1
Luminance
0.9377
Every format
| HEX | #fcf9df |
| RGB | rgb(252, 249, 223) |
| HSL | hsl(54, 83%, 93%) |
| CMYK | cmyk(0%, 1%, 12%, 1%) |
| LAB | lab(97.5 -3.3 12.8) |
| LCH | lch(97.5 13.3 104.4) |
| OKLCH | oklch(0.978 0.034 101.6) |
Copy-ready code
/* CSS */
color: #fcf9df;
background-color: #fcf9df;
/* Tailwind (arbitrary) */
class="text-[#fcf9df] bg-[#fcf9df]"
/* SCSS */
$brand: #fcf9df;
/* SwiftUI */
Color(red: 0.988, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#fcf9df")Accessibility — WCAG contrast
Aa
#fcf9df on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf9df on black: 19.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow11.5%
Key (black)1.2%
Color previews
#fcf9df text on a black background
contrast 19.75:1
Card sample
#fcf9df text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf9df;
Background color
Panel with #fcf9df background
background-color: #fcf9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf9df; background: linear-gradient(135deg, #fcf9df, #ECFCDF);