#fadbf6
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 219, 246
HSL
308°, 76%, 92%
CMYK
0, 12, 2, 2
Luminance
0.7764
Every format
| HEX | #fadbf6 |
| RGB | rgb(250, 219, 246) |
| HSL | hsl(308, 76%, 92%) |
| CMYK | cmyk(0%, 12%, 2%, 2%) |
| LAB | lab(90.6 15.3 -9.2) |
| LCH | lch(90.6 17.8 328.9) |
| OKLCH | oklch(0.925 0.049 330.2) |
Copy-ready code
/* CSS */
color: #fadbf6;
background-color: #fadbf6;
/* Tailwind (arbitrary) */
class="text-[#fadbf6] bg-[#fadbf6]"
/* SCSS */
$brand: #fadbf6;
/* SwiftUI */
Color(red: 0.980, green: 0.859, blue: 0.965)
/* Android */
Color.parseColor("#fadbf6")Accessibility — WCAG contrast
Aa
#fadbf6 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadbf6 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.9%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow1.6%
Key (black)2.0%
Color previews
#fadbf6 text on a black background
contrast 16.53:1
Card sample
#fadbf6 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadbf6;
Background color
Panel with #fadbf6 background
background-color: #fadbf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadbf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 219, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 219, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadbf6; background: linear-gradient(135deg, #fadbf6, #FADBE2);