#fae7fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 231, 253
HSL
292°, 85%, 95%
CMYK
1, 9, 0, 1
Luminance
0.8457
Every format
| HEX | #fae7fd |
| RGB | rgb(250, 231, 253) |
| HSL | hsl(292, 85%, 95%) |
| CMYK | cmyk(1%, 9%, 0%, 1%) |
| LAB | lab(93.7 10.3 -8.3) |
| LCH | lch(93.7 13.2 321.1) |
| OKLCH | oklch(0.950 0.035 321.6) |
Copy-ready code
/* CSS */
color: #fae7fd;
background-color: #fae7fd;
/* Tailwind (arbitrary) */
class="text-[#fae7fd] bg-[#fae7fd]"
/* SCSS */
$brand: #fae7fd;
/* SwiftUI */
Color(red: 0.980, green: 0.906, blue: 0.992)
/* Android */
Color.parseColor("#fae7fd")Accessibility — WCAG contrast
Aa
#fae7fd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fae7fd on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green90.6%
Blue99.2%
CMYK percentages
Cyan1.2%
Magenta8.7%
Yellow0.0%
Key (black)0.8%
Color previews
#fae7fd text on a black background
contrast 17.91:1
Card sample
#fae7fd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fae7fd;
Background color
Panel with #fae7fd background
background-color: #fae7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fae7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 231, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 231, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fae7fd; background: linear-gradient(135deg, #fae7fd, #FDE7F1);