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