#fbabfd
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 171, 253
HSL
299°, 95%, 83%
CMYK
1, 32, 0, 1
Luminance
0.5673
Every format
| HEX | #fbabfd |
| RGB | rgb(251, 171, 253) |
| HSL | hsl(299, 95%, 83%) |
| CMYK | cmyk(1%, 32%, 0%, 1%) |
| LAB | lab(80.0 42.0 -28.9) |
| LCH | lch(80.0 51.0 325.5) |
| OKLCH | oklch(0.845 0.140 325.9) |
Copy-ready code
/* CSS */
color: #fbabfd;
background-color: #fbabfd;
/* Tailwind (arbitrary) */
class="text-[#fbabfd] bg-[#fbabfd]"
/* SCSS */
$brand: #fbabfd;
/* SwiftUI */
Color(red: 0.984, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#fbabfd")Accessibility — WCAG contrast
Aa
#fbabfd on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbabfd on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.1%
Blue99.2%
CMYK percentages
Cyan0.8%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#fbabfd text on a black background
contrast 12.35:1
Card sample
#fbabfd text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbabfd;
Background color
Panel with #fbabfd background
background-color: #fbabfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbabfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbabfd; background: linear-gradient(135deg, #fbabfd, #FDABC8);