#feeada
a pale, electric orange · warm · closest name: beige
RGB
254, 234, 218
HSL
27°, 95%, 93%
CMYK
0, 8, 14, 0
Luminance
0.8498
Every format
| HEX | #feeada |
| RGB | rgb(254, 234, 218) |
| HSL | hsl(27, 95%, 93%) |
| CMYK | cmyk(0%, 8%, 14%, 0%) |
| LAB | lab(93.9 4.2 10.2) |
| LCH | lch(93.9 11.1 67.6) |
| OKLCH | oklch(0.949 0.030 61.1) |
Copy-ready code
/* CSS */
color: #feeada;
background-color: #feeada;
/* Tailwind (arbitrary) */
class="text-[#feeada] bg-[#feeada]"
/* SCSS */
$brand: #feeada;
/* SwiftUI */
Color(red: 0.996, green: 0.918, blue: 0.855)
/* Android */
Color.parseColor("#feeada")Accessibility — WCAG contrast
Aa
#feeada on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeada on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow14.2%
Key (black)0.4%
Color previews
#feeada text on a black background
contrast 18.00:1
Card sample
#feeada text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeada;
Background color
Panel with #feeada background
background-color: #feeada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 234, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 234, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeada; background: linear-gradient(135deg, #feeada, #FAFEDA);