#fef9ec
a pale, electric yellow · warm · closest name: ivory
RGB
254, 249, 236
HSL
43°, 90%, 96%
CMYK
0, 2, 7, 0
Luminance
0.9488
Every format
| HEX | #fef9ec |
| RGB | rgb(254, 249, 236) |
| HSL | hsl(43, 90%, 96%) |
| CMYK | cmyk(0%, 2%, 7%, 0%) |
| LAB | lab(98.0 -0.5 6.8) |
| LCH | lch(98.0 6.8 94.4) |
| OKLCH | oklch(0.983 0.018 89.4) |
Copy-ready code
/* CSS */
color: #fef9ec;
background-color: #fef9ec;
/* Tailwind (arbitrary) */
class="text-[#fef9ec] bg-[#fef9ec]"
/* SCSS */
$brand: #fef9ec;
/* SwiftUI */
Color(red: 0.996, green: 0.976, blue: 0.925)
/* Android */
Color.parseColor("#fef9ec")Accessibility — WCAG contrast
Aa
#fef9ec on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef9ec on black: 19.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow7.1%
Key (black)0.4%
Color previews
#fef9ec text on a black background
contrast 19.98:1
Card sample
#fef9ec text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef9ec;
Background color
Panel with #fef9ec background
background-color: #fef9ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef9ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 249, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 249, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef9ec; background: linear-gradient(135deg, #fef9ec, #F7FEEC);