#fffcf4
a pale, electric yellow · warm · closest name: ivory
RGB
255, 252, 244
HSL
44°, 100%, 98%
CMYK
0, 1, 4, 0
Luminance
0.9741
Every format
| HEX | #fffcf4 |
| RGB | rgb(255, 252, 244) |
| HSL | hsl(44, 100%, 98%) |
| CMYK | cmyk(0%, 1%, 4%, 0%) |
| LAB | lab(99.0 -0.4 4.2) |
| LCH | lch(99.0 4.2 95.2) |
| OKLCH | oklch(0.991 0.011 89.7) |
Copy-ready code
/* CSS */
color: #fffcf4;
background-color: #fffcf4;
/* Tailwind (arbitrary) */
class="text-[#fffcf4] bg-[#fffcf4]"
/* SCSS */
$brand: #fffcf4;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.957)
/* Android */
Color.parseColor("#fffcf4")Accessibility — WCAG contrast
Aa
#fffcf4 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffcf4 on black: 20.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow4.3%
Key (black)0.0%
Color previews
#fffcf4 text on a black background
contrast 20.48:1
Card sample
#fffcf4 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffcf4;
Background color
Panel with #fffcf4 background
background-color: #fffcf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffcf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffcf4; background: linear-gradient(135deg, #fffcf4, #FBFFF4);