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