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