#fbaad1
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 170, 209
HSL
331°, 91%, 83%
CMYK
0, 32, 17, 2
Luminance
0.5386
Every format
| HEX | #fbaad1 |
| RGB | rgb(251, 170, 209) |
| HSL | hsl(331, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 17%, 2%) |
| LAB | lab(78.4 35.2 -7.6) |
| LCH | lch(78.4 36.0 347.8) |
| OKLCH | oklch(0.827 0.106 349.3) |
Copy-ready code
/* CSS */
color: #fbaad1;
background-color: #fbaad1;
/* Tailwind (arbitrary) */
class="text-[#fbaad1] bg-[#fbaad1]"
/* SCSS */
$brand: #fbaad1;
/* SwiftUI */
Color(red: 0.984, green: 0.667, blue: 0.820)
/* Android */
Color.parseColor("#fbaad1")Accessibility — WCAG contrast
Aa
#fbaad1 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaad1 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.7%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow16.7%
Key (black)1.6%
Color previews
#fbaad1 text on a black background
contrast 11.77:1
Card sample
#fbaad1 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaad1;
Background color
Panel with #fbaad1 background
background-color: #fbaad1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaad1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 170, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 170, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaad1; background: linear-gradient(135deg, #fbaad1, #FBB9AA);