#fadafb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 218, 251
HSL
298°, 81%, 92%
CMYK
0, 13, 0, 2
Luminance
0.7743
Every format
| HEX | #fadafb |
| RGB | rgb(250, 218, 251) |
| HSL | hsl(298, 81%, 92%) |
| CMYK | cmyk(0%, 13%, 0%, 2%) |
| LAB | lab(90.5 16.7 -12.0) |
| LCH | lch(90.5 20.5 324.3) |
| OKLCH | oklch(0.925 0.056 325.1) |
Copy-ready code
/* CSS */
color: #fadafb;
background-color: #fadafb;
/* Tailwind (arbitrary) */
class="text-[#fadafb] bg-[#fadafb]"
/* SCSS */
$brand: #fadafb;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 0.984)
/* Android */
Color.parseColor("#fadafb")Accessibility — WCAG contrast
Aa
#fadafb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadafb on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue98.4%
CMYK percentages
Cyan0.4%
Magenta13.1%
Yellow0.0%
Key (black)1.6%
Color previews
#fadafb text on a black background
contrast 16.49:1
Card sample
#fadafb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadafb;
Background color
Panel with #fadafb background
background-color: #fadafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadafb; background: linear-gradient(135deg, #fadafb, #FBDAE6);