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