#fabafd
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 186, 253
HSL
297°, 94%, 86%
CMYK
1, 27, 0, 1
Luminance
0.6253
Every format
| HEX | #fabafd |
| RGB | rgb(250, 186, 253) |
| HSL | hsl(297, 94%, 86%) |
| CMYK | cmyk(1%, 27%, 0%, 1%) |
| LAB | lab(83.2 33.9 -24.1) |
| LCH | lch(83.2 41.5 324.6) |
| OKLCH | oklch(0.869 0.113 325.0) |
Copy-ready code
/* CSS */
color: #fabafd;
background-color: #fabafd;
/* Tailwind (arbitrary) */
class="text-[#fabafd] bg-[#fabafd]"
/* SCSS */
$brand: #fabafd;
/* SwiftUI */
Color(red: 0.980, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#fabafd")Accessibility — WCAG contrast
Aa
#fabafd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabafd on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green72.9%
Blue99.2%
CMYK percentages
Cyan1.2%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#fabafd text on a black background
contrast 13.51:1
Card sample
#fabafd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabafd;
Background color
Panel with #fabafd background
background-color: #fabafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabafd; background: linear-gradient(135deg, #fabafd, #FDBAD3);