#fadefc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 222, 252
HSL
296°, 83%, 93%
CMYK
1, 12, 0, 1
Luminance
0.7959
Every format
| HEX | #fadefc |
| RGB | rgb(250, 222, 252) |
| HSL | hsl(296, 83%, 93%) |
| CMYK | cmyk(1%, 12%, 0%, 1%) |
| LAB | lab(91.5 14.8 -11.0) |
| LCH | lch(91.5 18.4 323.3) |
| OKLCH | oklch(0.932 0.050 323.9) |
Copy-ready code
/* CSS */
color: #fadefc;
background-color: #fadefc;
/* Tailwind (arbitrary) */
class="text-[#fadefc] bg-[#fadefc]"
/* SCSS */
$brand: #fadefc;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.988)
/* Android */
Color.parseColor("#fadefc")Accessibility — WCAG contrast
Aa
#fadefc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadefc on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue98.8%
CMYK percentages
Cyan0.8%
Magenta11.9%
Yellow0.0%
Key (black)1.2%
Color previews
#fadefc text on a black background
contrast 16.92:1
Card sample
#fadefc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadefc;
Background color
Panel with #fadefc background
background-color: #fadefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadefc; background: linear-gradient(135deg, #fadefc, #FCDEEA);