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