#fee6fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 230, 253
HSL
303°, 92%, 95%
CMYK
0, 9, 0, 0
Luminance
0.8476
Every format
| HEX | #fee6fd |
| RGB | rgb(254, 230, 253) |
| HSL | hsl(303, 92%, 95%) |
| CMYK | cmyk(0%, 9%, 0%, 0%) |
| LAB | lab(93.8 12.1 -8.1) |
| LCH | lch(93.8 14.6 326.1) |
| OKLCH | oklch(0.951 0.040 327.2) |
Copy-ready code
/* CSS */
color: #fee6fd;
background-color: #fee6fd;
/* Tailwind (arbitrary) */
class="text-[#fee6fd] bg-[#fee6fd]"
/* SCSS */
$brand: #fee6fd;
/* SwiftUI */
Color(red: 0.996, green: 0.902, blue: 0.992)
/* Android */
Color.parseColor("#fee6fd")Accessibility — WCAG contrast
Aa
#fee6fd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee6fd on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green90.2%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow0.4%
Key (black)0.4%
Color previews
#fee6fd text on a black background
contrast 17.95:1
Card sample
#fee6fd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee6fd;
Background color
Panel with #fee6fd background
background-color: #fee6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 230, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 230, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee6fd; background: linear-gradient(135deg, #fee6fd, #FEE6ED);