#fbabcb
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 171, 203
HSL
336°, 91%, 83%
CMYK
0, 32, 19, 2
Luminance
0.5395
Every format
| HEX | #fbabcb |
| RGB | rgb(251, 171, 203) |
| HSL | hsl(336, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 19%, 2%) |
| LAB | lab(78.4 33.8 -4.3) |
| LCH | lch(78.4 34.0 352.8) |
| OKLCH | oklch(0.827 0.101 353.9) |
Copy-ready code
/* CSS */
color: #fbabcb;
background-color: #fbabcb;
/* Tailwind (arbitrary) */
class="text-[#fbabcb] bg-[#fbabcb]"
/* SCSS */
$brand: #fbabcb;
/* SwiftUI */
Color(red: 0.984, green: 0.671, blue: 0.796)
/* Android */
Color.parseColor("#fbabcb")Accessibility — WCAG contrast
Aa
#fbabcb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbabcb on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow19.1%
Key (black)1.6%
Color previews
#fbabcb text on a black background
contrast 11.79:1
Card sample
#fbabcb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbabcb;
Background color
Panel with #fbabcb background
background-color: #fbabcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbabcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 171, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 171, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbabcb; background: linear-gradient(135deg, #fbabcb, #FBC0AB);