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