#feeffd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 239, 253
HSL
304°, 88%, 97%
CMYK
0, 6, 0, 0
Luminance
0.8990
Every format
| HEX | #feeffd |
| RGB | rgb(254, 239, 253) |
| HSL | hsl(304, 88%, 97%) |
| CMYK | cmyk(0%, 6%, 0%, 0%) |
| LAB | lab(96.0 7.5 -4.9) |
| LCH | lch(96.0 8.9 326.6) |
| OKLCH | oklch(0.968 0.024 327.8) |
Copy-ready code
/* CSS */
color: #feeffd;
background-color: #feeffd;
/* Tailwind (arbitrary) */
class="text-[#feeffd] bg-[#feeffd]"
/* SCSS */
$brand: #feeffd;
/* SwiftUI */
Color(red: 0.996, green: 0.937, blue: 0.992)
/* Android */
Color.parseColor("#feeffd")Accessibility — WCAG contrast
Aa
#feeffd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeffd on black: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.7%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow0.4%
Key (black)0.4%
Color previews
#feeffd text on a black background
contrast 18.98:1
Card sample
#feeffd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeffd;
Background color
Panel with #feeffd background
background-color: #feeffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 239, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 239, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeffd; background: linear-gradient(135deg, #feeffd, #FEEFF3);