#fba9ad
a light, electric red · warm · closest name: pink
RGB
251, 169, 173
HSL
357°, 91%, 82%
CMYK
0, 33, 31, 2
Luminance
0.5190
Every format
| HEX | #fba9ad |
| RGB | rgb(251, 169, 173) |
| HSL | hsl(357, 91%, 82%) |
| CMYK | cmyk(0%, 33%, 31%, 2%) |
| LAB | lab(77.2 30.7 10.3) |
| LCH | lch(77.2 32.4 18.6) |
| OKLCH | oklch(0.815 0.097 16.2) |
Copy-ready code
/* CSS */
color: #fba9ad;
background-color: #fba9ad;
/* Tailwind (arbitrary) */
class="text-[#fba9ad] bg-[#fba9ad]"
/* SCSS */
$brand: #fba9ad;
/* SwiftUI */
Color(red: 0.984, green: 0.663, blue: 0.678)
/* Android */
Color.parseColor("#fba9ad")Accessibility — WCAG contrast
Aa
#fba9ad on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba9ad on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow31.1%
Key (black)1.6%
Color previews
#fba9ad text on a black background
contrast 11.38:1
Card sample
#fba9ad text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba9ad;
Background color
Panel with #fba9ad background
background-color: #fba9ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba9ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 169, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 169, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba9ad; background: linear-gradient(135deg, #fba9ad, #FBDCA9);