#fefdf1
a pale, electric yellow · cool · “ivory”
RGB
254, 253, 241
HSL
55°, 87%, 97%
CMYK
0, 0, 5, 0
Luminance
0.9767
Every format
| HEX | #fefdf1 |
| RGB | rgb(254, 253, 241) |
| HSL | hsl(55, 87%, 97%) |
| CMYK | cmyk(0%, 0%, 5%, 0%) |
| LAB | lab(99.1 -1.7 5.8) |
| LCH | lch(99.1 6.1 106.4) |
| OKLCH | oklch(0.992 0.016 102.8) |
Copy-ready code
/* CSS */
color: #fefdf1;
background-color: #fefdf1;
/* Tailwind (arbitrary) */
class="text-[#fefdf1] bg-[#fefdf1]"
/* SCSS */
$brand: #fefdf1;
/* SwiftUI */
Color(red: 0.996, green: 0.992, blue: 0.945)
/* Android */
Color.parseColor("#fefdf1")Accessibility — WCAG contrast
Aa
#fefdf1 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefdf1 on black: 20.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.2%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow5.1%
Key (black)0.4%
Color previews
#fefdf1 text on a black background
contrast 20.53:1
Card sample
#fefdf1 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefdf1;
Background color
Panel with #fefdf1 background
background-color: #fefdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 253, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 253, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefdf1; background: linear-gradient(135deg, #fefdf1, #F6FEF1);