#feeeee
a pale, electric red · warm · closest name: white
RGB
254, 238, 238
HSL
0°, 89%, 97%
CMYK
0, 6, 6, 0
Luminance
0.8839
Every format
| HEX | #feeeee |
| RGB | rgb(254, 238, 238) |
| HSL | hsl(0, 89%, 97%) |
| CMYK | cmyk(0%, 6%, 6%, 0%) |
| LAB | lab(95.3 5.4 1.9) |
| LCH | lch(95.3 5.7 19.8) |
| OKLCH | oklch(0.962 0.017 17.5) |
Copy-ready code
/* CSS */
color: #feeeee;
background-color: #feeeee;
/* Tailwind (arbitrary) */
class="text-[#feeeee] bg-[#feeeee]"
/* SCSS */
$brand: #feeeee;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#feeeee")Accessibility — WCAG contrast
Aa
#feeeee on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeeee on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow6.3%
Key (black)0.4%
Color previews
#feeeee text on a black background
contrast 18.68:1
Card sample
#feeeee text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeeee;
Background color
Panel with #feeeee background
background-color: #feeeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeeee; background: linear-gradient(135deg, #feeeee, #FEF9EE);