#fad7fe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 215, 254
HSL
294°, 95%, 92%
CMYK
2, 15, 0, 0
Luminance
0.7608
Every format
| HEX | #fad7fe |
| RGB | rgb(250, 215, 254) |
| HSL | hsl(294, 95%, 92%) |
| CMYK | cmyk(2%, 15%, 0%, 0%) |
| LAB | lab(89.9 18.8 -14.5) |
| LCH | lch(89.9 23.7 322.4) |
| OKLCH | oklch(0.920 0.064 322.8) |
Copy-ready code
/* CSS */
color: #fad7fe;
background-color: #fad7fe;
/* Tailwind (arbitrary) */
class="text-[#fad7fe] bg-[#fad7fe]"
/* SCSS */
$brand: #fad7fe;
/* SwiftUI */
Color(red: 0.980, green: 0.843, blue: 0.996)
/* Android */
Color.parseColor("#fad7fe")Accessibility — WCAG contrast
Aa
#fad7fe on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad7fe on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green84.3%
Blue99.6%
CMYK percentages
Cyan1.6%
Magenta15.4%
Yellow0.0%
Key (black)0.4%
Color previews
#fad7fe text on a black background
contrast 16.22:1
Card sample
#fad7fe text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad7fe;
Background color
Panel with #fad7fe background
background-color: #fad7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 215, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 215, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad7fe; background: linear-gradient(135deg, #fad7fe, #FED7E8);