#fba4ab
a light, electric red · warm · closest name: pink
RGB
251, 164, 171
HSL
355°, 92%, 81%
CMYK
0, 35, 32, 2
Luminance
0.5000
Every format
| HEX | #fba4ab |
| RGB | rgb(251, 164, 171) |
| HSL | hsl(355, 92%, 81%) |
| CMYK | cmyk(0%, 35%, 32%, 2%) |
| LAB | lab(76.1 33.0 9.8) |
| LCH | lch(76.1 34.5 16.5) |
| OKLCH | oklch(0.806 0.103 14.4) |
Copy-ready code
/* CSS */
color: #fba4ab;
background-color: #fba4ab;
/* Tailwind (arbitrary) */
class="text-[#fba4ab] bg-[#fba4ab]"
/* SCSS */
$brand: #fba4ab;
/* SwiftUI */
Color(red: 0.984, green: 0.643, blue: 0.671)
/* Android */
Color.parseColor("#fba4ab")Accessibility — WCAG contrast
Aa
#fba4ab on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba4ab on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow31.9%
Key (black)1.6%
Color previews
#fba4ab text on a black background
contrast 11.00:1
Card sample
#fba4ab text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba4ab;
Background color
Panel with #fba4ab background
background-color: #fba4ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba4ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 164, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 164, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba4ab; background: linear-gradient(135deg, #fba4ab, #FBD7A4);