#fef1e9
a pale, electric orange · warm · closest name: ivory
RGB
254, 241, 233
HSL
23°, 91%, 96%
CMYK
0, 5, 8, 0
Luminance
0.8986
Every format
| HEX | #fef1e9 |
| RGB | rgb(254, 241, 233) |
| HSL | hsl(23, 91%, 96%) |
| CMYK | cmyk(0%, 5%, 8%, 0%) |
| LAB | lab(95.9 3.0 5.4) |
| LCH | lch(95.9 6.2 60.8) |
| OKLCH | oklch(0.966 0.018 54.0) |
Copy-ready code
/* CSS */
color: #fef1e9;
background-color: #fef1e9;
/* Tailwind (arbitrary) */
class="text-[#fef1e9] bg-[#fef1e9]"
/* SCSS */
$brand: #fef1e9;
/* SwiftUI */
Color(red: 0.996, green: 0.945, blue: 0.914)
/* Android */
Color.parseColor("#fef1e9")Accessibility — WCAG contrast
Aa
#fef1e9 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef1e9 on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.5%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow8.3%
Key (black)0.4%
Color previews
#fef1e9 text on a black background
contrast 18.97:1
Card sample
#fef1e9 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef1e9;
Background color
Panel with #fef1e9 background
background-color: #fef1e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef1e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 241, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 241, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef1e9; background: linear-gradient(135deg, #fef1e9, #FDFEE9);