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