#fbabc6
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 171, 198
HSL
340°, 91%, 83%
CMYK
0, 32, 21, 2
Luminance
0.5371
Every format
| HEX | #fbabc6 |
| RGB | rgb(251, 171, 198) |
| HSL | hsl(340, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 21%, 2%) |
| LAB | lab(78.3 33.0 -1.7) |
| LCH | lch(78.3 33.1 357.0) |
| OKLCH | oklch(0.826 0.099 357.6) |
Copy-ready code
/* CSS */
color: #fbabc6;
background-color: #fbabc6;
/* Tailwind (arbitrary) */
class="text-[#fbabc6] bg-[#fbabc6]"
/* SCSS */
$brand: #fbabc6;
/* SwiftUI */
Color(red: 0.984, green: 0.671, blue: 0.776)
/* Android */
Color.parseColor("#fbabc6")Accessibility — WCAG contrast
Aa
#fbabc6 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbabc6 on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.1%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow21.1%
Key (black)1.6%
Color previews
#fbabc6 text on a black background
contrast 11.74:1
Card sample
#fbabc6 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbabc6;
Background color
Panel with #fbabc6 background
background-color: #fbabc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbabc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 171, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 171, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbabc6; background: linear-gradient(135deg, #fbabc6, #FBC5AB);