#fae8fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 232, 253
HSL
291°, 84%, 95%
CMYK
1, 8, 0, 1
Luminance
0.8513
Every format
| HEX | #fae8fd |
| RGB | rgb(250, 232, 253) |
| HSL | hsl(291, 84%, 95%) |
| CMYK | cmyk(1%, 8%, 0%, 1%) |
| LAB | lab(93.9 9.7 -7.9) |
| LCH | lch(93.9 12.6 320.9) |
| OKLCH | oklch(0.951 0.034 321.4) |
Copy-ready code
/* CSS */
color: #fae8fd;
background-color: #fae8fd;
/* Tailwind (arbitrary) */
class="text-[#fae8fd] bg-[#fae8fd]"
/* SCSS */
$brand: #fae8fd;
/* SwiftUI */
Color(red: 0.980, green: 0.910, blue: 0.992)
/* Android */
Color.parseColor("#fae8fd")Accessibility — WCAG contrast
Aa
#fae8fd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fae8fd on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green91.0%
Blue99.2%
CMYK percentages
Cyan1.2%
Magenta8.3%
Yellow0.0%
Key (black)0.8%
Color previews
#fae8fd text on a black background
contrast 18.03:1
Card sample
#fae8fd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fae8fd;
Background color
Panel with #fae8fd background
background-color: #fae8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fae8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 232, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 232, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fae8fd; background: linear-gradient(135deg, #fae8fd, #FDE8F2);