#fbbaeb
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 186, 235
HSL
315°, 89%, 86%
CMYK
0, 26, 6, 2
Luminance
0.6163
Every format
| HEX | #fbbaeb |
| RGB | rgb(251, 186, 235) |
| HSL | hsl(315, 89%, 86%) |
| CMYK | cmyk(0%, 26%, 6%, 2%) |
| LAB | lab(82.7 31.0 -15.2) |
| LCH | lch(82.7 34.5 334.0) |
| OKLCH | oklch(0.863 0.097 335.5) |
Copy-ready code
/* CSS */
color: #fbbaeb;
background-color: #fbbaeb;
/* Tailwind (arbitrary) */
class="text-[#fbbaeb] bg-[#fbbaeb]"
/* SCSS */
$brand: #fbbaeb;
/* SwiftUI */
Color(red: 0.984, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#fbbaeb")Accessibility — WCAG contrast
Aa
#fbbaeb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbbaeb on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green72.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow6.4%
Key (black)1.6%
Color previews
#fbbaeb text on a black background
contrast 13.33:1
Card sample
#fbbaeb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbbaeb;
Background color
Panel with #fbbaeb background
background-color: #fbbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbbaeb; background: linear-gradient(135deg, #fbbaeb, #FBBAC0);