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