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