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