#feeade
a pale, electric orange · warm · closest name: ivory
RGB
254, 234, 222
HSL
23°, 94%, 93%
CMYK
0, 8, 13, 0
Luminance
0.8519
Every format
| HEX | #feeade |
| RGB | rgb(254, 234, 222) |
| HSL | hsl(23, 94%, 93%) |
| CMYK | cmyk(0%, 8%, 13%, 0%) |
| LAB | lab(94.0 4.8 8.3) |
| LCH | lch(94.0 9.6 59.7) |
| OKLCH | oklch(0.950 0.027 53.2) |
Copy-ready code
/* CSS */
color: #feeade;
background-color: #feeade;
/* Tailwind (arbitrary) */
class="text-[#feeade] bg-[#feeade]"
/* SCSS */
$brand: #feeade;
/* SwiftUI */
Color(red: 0.996, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#feeade")Accessibility — WCAG contrast
Aa
#feeade on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeade on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.8%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow12.6%
Key (black)0.4%
Color previews
#feeade text on a black background
contrast 18.04:1
Card sample
#feeade text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeade;
Background color
Panel with #feeade background
background-color: #feeade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeade; background: linear-gradient(135deg, #feeade, #FDFEDE);