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