#fadefe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 222, 254
HSL
293°, 94%, 93%
CMYK
2, 13, 0, 0
Luminance
0.7972
Every format
| HEX | #fadefe |
| RGB | rgb(250, 222, 254) |
| HSL | hsl(293, 94%, 93%) |
| CMYK | cmyk(2%, 13%, 0%, 0%) |
| LAB | lab(91.6 15.1 -12.0) |
| LCH | lch(91.6 19.3 321.6) |
| OKLCH | oklch(0.933 0.052 322.0) |
Copy-ready code
/* CSS */
color: #fadefe;
background-color: #fadefe;
/* Tailwind (arbitrary) */
class="text-[#fadefe] bg-[#fadefe]"
/* SCSS */
$brand: #fadefe;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.996)
/* Android */
Color.parseColor("#fadefe")Accessibility — WCAG contrast
Aa
#fadefe on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadefe on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue99.6%
CMYK percentages
Cyan1.6%
Magenta12.6%
Yellow0.0%
Key (black)0.4%
Color previews
#fadefe text on a black background
contrast 16.94:1
Card sample
#fadefe text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadefe;
Background color
Panel with #fadefe background
background-color: #fadefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadefe; background: linear-gradient(135deg, #fadefe, #FEDEED);