#feecfe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 236, 254
HSL
300°, 90%, 96%
CMYK
0, 7, 0, 0
Luminance
0.8822
Every format
| HEX | #feecfe |
| RGB | rgb(254, 236, 254) |
| HSL | hsl(300, 90%, 96%) |
| CMYK | cmyk(0%, 7%, 0%, 0%) |
| LAB | lab(95.3 9.2 -6.5) |
| LCH | lch(95.3 11.2 324.8) |
| OKLCH | oklch(0.963 0.030 325.8) |
Copy-ready code
/* CSS */
color: #feecfe;
background-color: #feecfe;
/* Tailwind (arbitrary) */
class="text-[#feecfe] bg-[#feecfe]"
/* SCSS */
$brand: #feecfe;
/* SwiftUI */
Color(red: 0.996, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#feecfe")Accessibility — WCAG contrast
Aa
#feecfe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feecfe on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.5%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#feecfe text on a black background
contrast 18.64:1
Card sample
#feecfe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feecfe;
Background color
Panel with #feecfe background
background-color: #feecfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feecfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feecfe; background: linear-gradient(135deg, #feecfe, #FEECF2);