#fbabc9
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 171, 201
HSL
338°, 91%, 83%
CMYK
0, 32, 20, 2
Luminance
0.5385
Every format
| HEX | #fbabc9 |
| RGB | rgb(251, 171, 201) |
| HSL | hsl(338, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 20%, 2%) |
| LAB | lab(78.4 33.5 -3.3) |
| LCH | lch(78.4 33.6 354.5) |
| OKLCH | oklch(0.827 0.101 355.4) |
Copy-ready code
/* CSS */
color: #fbabc9;
background-color: #fbabc9;
/* Tailwind (arbitrary) */
class="text-[#fbabc9] bg-[#fbabc9]"
/* SCSS */
$brand: #fbabc9;
/* SwiftUI */
Color(red: 0.984, green: 0.671, blue: 0.788)
/* Android */
Color.parseColor("#fbabc9")Accessibility — WCAG contrast
Aa
#fbabc9 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbabc9 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.1%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow19.9%
Key (black)1.6%
Color previews
#fbabc9 text on a black background
contrast 11.77:1
Card sample
#fbabc9 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbabc9;
Background color
Panel with #fbabc9 background
background-color: #fbabc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbabc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 171, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 171, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbabc9; background: linear-gradient(135deg, #fbabc9, #FBC2AB);