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