#fbaba1
a light, electric red · warm · closest name: pink
RGB
251, 171, 161
HSL
7°, 92%, 81%
CMYK
0, 32, 36, 2
Luminance
0.5221
Every format
| HEX | #fbaba1 |
| RGB | rgb(251, 171, 161) |
| HSL | hsl(7, 92%, 81%) |
| CMYK | cmyk(0%, 32%, 36%, 2%) |
| LAB | lab(77.4 28.1 17.1) |
| LCH | lch(77.4 32.9 31.3) |
| OKLCH | oklch(0.816 0.096 27.2) |
Copy-ready code
/* CSS */
color: #fbaba1;
background-color: #fbaba1;
/* Tailwind (arbitrary) */
class="text-[#fbaba1] bg-[#fbaba1]"
/* SCSS */
$brand: #fbaba1;
/* SwiftUI */
Color(red: 0.984, green: 0.671, blue: 0.631)
/* Android */
Color.parseColor("#fbaba1")Accessibility — WCAG contrast
Aa
#fbaba1 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaba1 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.1%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow35.9%
Key (black)1.6%
Color previews
#fbaba1 text on a black background
contrast 11.44:1
Card sample
#fbaba1 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaba1;
Background color
Panel with #fbaba1 background
background-color: #fbaba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 171, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 171, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaba1; background: linear-gradient(135deg, #fbaba1, #FBE7A1);