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