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