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