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