#feeefc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 238, 252
HSL
308°, 89%, 97%
CMYK
0, 6, 1, 0
Luminance
0.8925
Every format
| HEX | #feeefc |
| RGB | rgb(254, 238, 252) |
| HSL | hsl(308, 89%, 97%) |
| CMYK | cmyk(0%, 6%, 1%, 0%) |
| LAB | lab(95.7 7.8 -4.8) |
| LCH | lch(95.7 9.1 328.4) |
| OKLCH | oklch(0.966 0.025 329.7) |
Copy-ready code
/* CSS */
color: #feeefc;
background-color: #feeefc;
/* Tailwind (arbitrary) */
class="text-[#feeefc] bg-[#feeefc]"
/* SCSS */
$brand: #feeefc;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.988)
/* Android */
Color.parseColor("#feeefc")Accessibility — WCAG contrast
Aa
#feeefc on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeefc on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow0.8%
Key (black)0.4%
Color previews
#feeefc text on a black background
contrast 18.85:1
Card sample
#feeefc text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeefc;
Background color
Panel with #feeefc background
background-color: #feeefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeefc; background: linear-gradient(135deg, #feeefc, #FEEEF1);