#fbaba7
a light, electric red · warm · closest name: pink
RGB
251, 171, 167
HSL
3°, 91%, 82%
CMYK
0, 32, 34, 2
Luminance
0.5243
Every format
| HEX | #fbaba7 |
| RGB | rgb(251, 171, 167) |
| HSL | hsl(3, 91%, 82%) |
| CMYK | cmyk(0%, 32%, 34%, 2%) |
| LAB | lab(77.5 28.9 14.0) |
| LCH | lch(77.5 32.1 25.9) |
| OKLCH | oklch(0.817 0.095 22.5) |
Copy-ready code
/* CSS */
color: #fbaba7;
background-color: #fbaba7;
/* Tailwind (arbitrary) */
class="text-[#fbaba7] bg-[#fbaba7]"
/* SCSS */
$brand: #fbaba7;
/* SwiftUI */
Color(red: 0.984, green: 0.671, blue: 0.655)
/* Android */
Color.parseColor("#fbaba7")Accessibility — WCAG contrast
Aa
#fbaba7 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaba7 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.1%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow33.5%
Key (black)1.6%
Color previews
#fbaba7 text on a black background
contrast 11.49:1
Card sample
#fbaba7 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaba7;
Background color
Panel with #fbaba7 background
background-color: #fbaba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 171, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 171, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaba7; background: linear-gradient(135deg, #fbaba7, #FBE3A7);