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