#fba6ab
a light, electric red · warm · closest name: pink
RGB
251, 166, 171
HSL
357°, 91%, 82%
CMYK
0, 34, 32, 2
Luminance
0.5072
Every format
| HEX | #fba6ab |
| RGB | rgb(251, 166, 171) |
| HSL | hsl(357, 91%, 82%) |
| CMYK | cmyk(0%, 34%, 32%, 2%) |
| LAB | lab(76.5 32.0 10.4) |
| LCH | lch(76.5 33.6 18.0) |
| OKLCH | oklch(0.810 0.101 15.7) |
Copy-ready code
/* CSS */
color: #fba6ab;
background-color: #fba6ab;
/* Tailwind (arbitrary) */
class="text-[#fba6ab] bg-[#fba6ab]"
/* SCSS */
$brand: #fba6ab;
/* SwiftUI */
Color(red: 0.984, green: 0.651, blue: 0.671)
/* Android */
Color.parseColor("#fba6ab")Accessibility — WCAG contrast
Aa
#fba6ab on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba6ab on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow31.9%
Key (black)1.6%
Color previews
#fba6ab text on a black background
contrast 11.14:1
Card sample
#fba6ab text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba6ab;
Background color
Panel with #fba6ab background
background-color: #fba6ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba6ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 166, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 166, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba6ab; background: linear-gradient(135deg, #fba6ab, #FBDAA6);