#fefcf4
a pale, electric yellow · cool · closest name: ivory
RGB
254, 252, 244
HSL
48°, 83%, 98%
CMYK
0, 1, 4, 0
Luminance
0.9722
Every format
| HEX | #fefcf4 |
| RGB | rgb(254, 252, 244) |
| HSL | hsl(48, 83%, 98%) |
| CMYK | cmyk(0%, 1%, 4%, 0%) |
| LAB | lab(98.9 -0.7 4.1) |
| LCH | lch(98.9 4.1 99.9) |
| OKLCH | oklch(0.990 0.011 95.2) |
Copy-ready code
/* CSS */
color: #fefcf4;
background-color: #fefcf4;
/* Tailwind (arbitrary) */
class="text-[#fefcf4] bg-[#fefcf4]"
/* SCSS */
$brand: #fefcf4;
/* SwiftUI */
Color(red: 0.996, green: 0.988, blue: 0.957)
/* Android */
Color.parseColor("#fefcf4")Accessibility — WCAG contrast
Aa
#fefcf4 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefcf4 on black: 20.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green98.8%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow3.9%
Key (black)0.4%
Color previews
#fefcf4 text on a black background
contrast 20.44:1
Card sample
#fefcf4 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefcf4;
Background color
Panel with #fefcf4 background
background-color: #fefcf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefcf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 252, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 252, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefcf4; background: linear-gradient(135deg, #fefcf4, #F9FEF4);