#fbabc0
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 171, 192
HSL
344°, 91%, 83%
CMYK
0, 32, 24, 2
Luminance
0.5344
Every format
| HEX | #fbabc0 |
| RGB | rgb(251, 171, 192) |
| HSL | hsl(344, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 24%, 2%) |
| LAB | lab(78.1 32.2 1.3) |
| LCH | lch(78.1 32.2 2.3) |
| OKLCH | oklch(0.824 0.097 2.3) |
Copy-ready code
/* CSS */
color: #fbabc0;
background-color: #fbabc0;
/* Tailwind (arbitrary) */
class="text-[#fbabc0] bg-[#fbabc0]"
/* SCSS */
$brand: #fbabc0;
/* SwiftUI */
Color(red: 0.984, green: 0.671, blue: 0.753)
/* Android */
Color.parseColor("#fbabc0")Accessibility — WCAG contrast
Aa
#fbabc0 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbabc0 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.1%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow23.5%
Key (black)1.6%
Color previews
#fbabc0 text on a black background
contrast 11.69:1
Card sample
#fbabc0 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbabc0;
Background color
Panel with #fbabc0 background
background-color: #fbabc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbabc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 171, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 171, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbabc0; background: linear-gradient(135deg, #fbabc0, #FBCBAB);