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