#fbaac9
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 170, 201
HSL
337°, 91%, 83%
CMYK
0, 32, 20, 2
Luminance
0.5348
Every format
| HEX | #fbaac9 |
| RGB | rgb(251, 170, 201) |
| HSL | hsl(337, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 20%, 2%) |
| LAB | lab(78.2 34.0 -3.6) |
| LCH | lch(78.2 34.2 354.0) |
| OKLCH | oklch(0.825 0.102 355.0) |
Copy-ready code
/* CSS */
color: #fbaac9;
background-color: #fbaac9;
/* Tailwind (arbitrary) */
class="text-[#fbaac9] bg-[#fbaac9]"
/* SCSS */
$brand: #fbaac9;
/* SwiftUI */
Color(red: 0.984, green: 0.667, blue: 0.788)
/* Android */
Color.parseColor("#fbaac9")Accessibility — WCAG contrast
Aa
#fbaac9 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaac9 on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.7%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow19.9%
Key (black)1.6%
Color previews
#fbaac9 text on a black background
contrast 11.70:1
Card sample
#fbaac9 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaac9;
Background color
Panel with #fbaac9 background
background-color: #fbaac9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaac9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 170, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 170, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaac9; background: linear-gradient(135deg, #fbaac9, #FBC1AA);