#fbaadc
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 170, 220
HSL
323°, 91%, 83%
CMYK
0, 32, 12, 2
Luminance
0.5443
Every format
| HEX | #fbaadc |
| RGB | rgb(251, 170, 220) |
| HSL | hsl(323, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 12%, 2%) |
| LAB | lab(78.7 36.9 -13.1) |
| LCH | lch(78.7 39.2 340.5) |
| OKLCH | oklch(0.831 0.113 342.2) |
Copy-ready code
/* CSS */
color: #fbaadc;
background-color: #fbaadc;
/* Tailwind (arbitrary) */
class="text-[#fbaadc] bg-[#fbaadc]"
/* SCSS */
$brand: #fbaadc;
/* SwiftUI */
Color(red: 0.984, green: 0.667, blue: 0.863)
/* Android */
Color.parseColor("#fbaadc")Accessibility — WCAG contrast
Aa
#fbaadc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaadc on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.7%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow12.4%
Key (black)1.6%
Color previews
#fbaadc text on a black background
contrast 11.89:1
Card sample
#fbaadc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaadc;
Background color
Panel with #fbaadc background
background-color: #fbaadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 170, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 170, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaadc; background: linear-gradient(135deg, #fbaadc, #FBAEAA);