#feead2
a pale, electric orange · warm · closest name: beige
RGB
254, 234, 210
HSL
33°, 96%, 91%
CMYK
0, 8, 17, 0
Luminance
0.8457
Every format
| HEX | #feead2 |
| RGB | rgb(254, 234, 210) |
| HSL | hsl(33, 96%, 91%) |
| CMYK | cmyk(0%, 8%, 17%, 0%) |
| LAB | lab(93.7 3.0 14.1) |
| LCH | lch(93.7 14.4 78.0) |
| OKLCH | oklch(0.947 0.038 72.4) |
Copy-ready code
/* CSS */
color: #feead2;
background-color: #feead2;
/* Tailwind (arbitrary) */
class="text-[#feead2] bg-[#feead2]"
/* SCSS */
$brand: #feead2;
/* SwiftUI */
Color(red: 0.996, green: 0.918, blue: 0.824)
/* Android */
Color.parseColor("#feead2")Accessibility — WCAG contrast
Aa
#feead2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feead2 on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.8%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow17.3%
Key (black)0.4%
Color previews
#feead2 text on a black background
contrast 17.91:1
Card sample
#feead2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feead2;
Background color
Panel with #feead2 background
background-color: #feead2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feead2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 234, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 234, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feead2; background: linear-gradient(135deg, #feead2, #F5FED2);