#fbabad
a light, electric red · warm · closest name: pink
RGB
251, 171, 173
HSL
359°, 91%, 83%
CMYK
0, 32, 31, 2
Luminance
0.5265
Every format
| HEX | #fbabad |
| RGB | rgb(251, 171, 173) |
| HSL | hsl(359, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 31%, 2%) |
| LAB | lab(77.7 29.6 11.0) |
| LCH | lch(77.7 31.6 20.3) |
| OKLCH | oklch(0.819 0.095 17.7) |
Copy-ready code
/* CSS */
color: #fbabad;
background-color: #fbabad;
/* Tailwind (arbitrary) */
class="text-[#fbabad] bg-[#fbabad]"
/* SCSS */
$brand: #fbabad;
/* SwiftUI */
Color(red: 0.984, green: 0.671, blue: 0.678)
/* Android */
Color.parseColor("#fbabad")Accessibility — WCAG contrast
Aa
#fbabad on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbabad on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow31.1%
Key (black)1.6%
Color previews
#fbabad text on a black background
contrast 11.53:1
Card sample
#fbabad text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbabad;
Background color
Panel with #fbabad background
background-color: #fbabad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbabad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 171, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 171, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbabad; background: linear-gradient(135deg, #fbabad, #FBDEAB);