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