#fad8eb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 216, 235
HSL
327°, 77%, 91%
CMYK
0, 14, 6, 2
Luminance
0.7543
Every format
| HEX | #fad8eb |
| RGB | rgb(250, 216, 235) |
| HSL | hsl(327, 77%, 91%) |
| CMYK | cmyk(0%, 14%, 6%, 2%) |
| LAB | lab(89.6 14.9 -4.9) |
| LCH | lch(89.6 15.7 341.7) |
| OKLCH | oklch(0.916 0.045 343.3) |
Copy-ready code
/* CSS */
color: #fad8eb;
background-color: #fad8eb;
/* Tailwind (arbitrary) */
class="text-[#fad8eb] bg-[#fad8eb]"
/* SCSS */
$brand: #fad8eb;
/* SwiftUI */
Color(red: 0.980, green: 0.847, blue: 0.922)
/* Android */
Color.parseColor("#fad8eb")Accessibility — WCAG contrast
Aa
#fad8eb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad8eb on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green84.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow6.0%
Key (black)2.0%
Color previews
#fad8eb text on a black background
contrast 16.09:1
Card sample
#fad8eb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad8eb;
Background color
Panel with #fad8eb background
background-color: #fad8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 216, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 216, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad8eb; background: linear-gradient(135deg, #fad8eb, #FADCD8);