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