#fcf6e4
a pale, electric yellow · cool · closest name: ivory
RGB
252, 246, 228
HSL
45°, 80%, 94%
CMYK
0, 2, 10, 1
Luminance
0.9221
Every format
| HEX | #fcf6e4 |
| RGB | rgb(252, 246, 228) |
| HSL | hsl(45, 80%, 94%) |
| CMYK | cmyk(0%, 2%, 10%, 1%) |
| LAB | lab(96.9 -1.0 9.4) |
| LCH | lch(96.9 9.4 96.1) |
| OKLCH | oklch(0.973 0.025 91.6) |
Copy-ready code
/* CSS */
color: #fcf6e4;
background-color: #fcf6e4;
/* Tailwind (arbitrary) */
class="text-[#fcf6e4] bg-[#fcf6e4]"
/* SCSS */
$brand: #fcf6e4;
/* SwiftUI */
Color(red: 0.988, green: 0.965, blue: 0.894)
/* Android */
Color.parseColor("#fcf6e4")Accessibility — WCAG contrast
Aa
#fcf6e4 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf6e4 on black: 19.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.5%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow9.5%
Key (black)1.2%
Color previews
#fcf6e4 text on a black background
contrast 19.44:1
Card sample
#fcf6e4 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf6e4;
Background color
Panel with #fcf6e4 background
background-color: #fcf6e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf6e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 246, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 246, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf6e4; background: linear-gradient(135deg, #fcf6e4, #F2FCE4);