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