#fadaff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 218, 255
HSL
292°, 100%, 93%
CMYK
2, 15, 0, 0
Luminance
0.7769
Every format
| HEX | #fadaff |
| RGB | rgb(250, 218, 255) |
| HSL | hsl(292, 100%, 93%) |
| CMYK | cmyk(2%, 15%, 0%, 0%) |
| LAB | lab(90.6 17.4 -13.9) |
| LCH | lch(90.6 22.3 321.4) |
| OKLCH | oklch(0.926 0.060 321.7) |
Copy-ready code
/* CSS */
color: #fadaff;
background-color: #fadaff;
/* Tailwind (arbitrary) */
class="text-[#fadaff] bg-[#fadaff]"
/* SCSS */
$brand: #fadaff;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#fadaff")Accessibility — WCAG contrast
Aa
#fadaff on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadaff on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue100.0%
CMYK percentages
Cyan2.0%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#fadaff text on a black background
contrast 16.54:1
Card sample
#fadaff text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadaff;
Background color
Panel with #fadaff background
background-color: #fadaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadaff; background: linear-gradient(135deg, #fadaff, #FFDAEB);