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