#faebfd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 235, 253
HSL
290°, 82%, 96%
CMYK
1, 7, 0, 1
Luminance
0.8683
Every format
| HEX | #faebfd |
| RGB | rgb(250, 235, 253) |
| HSL | hsl(290, 82%, 96%) |
| CMYK | cmyk(1%, 7%, 0%, 1%) |
| LAB | lab(94.7 8.2 -6.8) |
| LCH | lch(94.7 10.7 320.1) |
| OKLCH | oklch(0.957 0.029 320.6) |
Copy-ready code
/* CSS */
color: #faebfd;
background-color: #faebfd;
/* Tailwind (arbitrary) */
class="text-[#faebfd] bg-[#faebfd]"
/* SCSS */
$brand: #faebfd;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#faebfd")Accessibility — WCAG contrast
Aa
#faebfd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faebfd on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue99.2%
CMYK percentages
Cyan1.2%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#faebfd text on a black background
contrast 18.37:1
Card sample
#faebfd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faebfd;
Background color
Panel with #faebfd background
background-color: #faebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faebfd; background: linear-gradient(135deg, #faebfd, #FDEBF4);