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