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