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