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