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