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