#fcf2d9
a pale, electric yellow · warm · closest name: beige
RGB
252, 242, 217
HSL
43°, 85%, 92%
CMYK
0, 4, 14, 1
Luminance
0.8921
Every format
| HEX | #fcf2d9 |
| RGB | rgb(252, 242, 217) |
| HSL | hsl(43, 85%, 92%) |
| CMYK | cmyk(0%, 4%, 14%, 1%) |
| LAB | lab(95.7 -0.7 13.3) |
| LCH | lch(95.7 13.3 93.0) |
| OKLCH | oklch(0.962 0.035 88.8) |
Copy-ready code
/* CSS */
color: #fcf2d9;
background-color: #fcf2d9;
/* Tailwind (arbitrary) */
class="text-[#fcf2d9] bg-[#fcf2d9]"
/* SCSS */
$brand: #fcf2d9;
/* SwiftUI */
Color(red: 0.988, green: 0.949, blue: 0.851)
/* Android */
Color.parseColor("#fcf2d9")Accessibility — WCAG contrast
Aa
#fcf2d9 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf2d9 on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.9%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow13.9%
Key (black)1.2%
Color previews
#fcf2d9 text on a black background
contrast 18.84:1
Card sample
#fcf2d9 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf2d9;
Background color
Panel with #fcf2d9 background
background-color: #fcf2d9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf2d9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 242, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 242, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf2d9; background: linear-gradient(135deg, #fcf2d9, #EFFCD9);