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