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