#feeee8
a pale, electric orange · warm · closest name: white
RGB
254, 238, 232
HSL
16°, 92%, 95%
CMYK
0, 6, 9, 0
Luminance
0.8805
Every format
| HEX | #feeee8 |
| RGB | rgb(254, 238, 232) |
| HSL | hsl(16, 92%, 95%) |
| CMYK | cmyk(0%, 6%, 9%, 0%) |
| LAB | lab(95.2 4.4 4.8) |
| LCH | lch(95.2 6.5 47.7) |
| OKLCH | oklch(0.960 0.019 41.8) |
Copy-ready code
/* CSS */
color: #feeee8;
background-color: #feeee8;
/* Tailwind (arbitrary) */
class="text-[#feeee8] bg-[#feeee8]"
/* SCSS */
$brand: #feeee8;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.910)
/* Android */
Color.parseColor("#feeee8")Accessibility — WCAG contrast
Aa
#feeee8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeee8 on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow8.7%
Key (black)0.4%
Color previews
#feeee8 text on a black background
contrast 18.61:1
Card sample
#feeee8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeee8;
Background color
Panel with #feeee8 background
background-color: #feeee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeee8; background: linear-gradient(135deg, #feeee8, #FEFDE8);