#fba7ad
a light, electric red · warm · closest name: pink
RGB
251, 167, 173
HSL
356°, 91%, 82%
CMYK
0, 34, 31, 2
Luminance
0.5116
Every format
| HEX | #fba7ad |
| RGB | rgb(251, 167, 173) |
| HSL | hsl(356, 91%, 82%) |
| CMYK | cmyk(0%, 34%, 31%, 2%) |
| LAB | lab(76.8 31.7 9.7) |
| LCH | lch(76.8 33.2 17.0) |
| OKLCH | oklch(0.812 0.100 14.8) |
Copy-ready code
/* CSS */
color: #fba7ad;
background-color: #fba7ad;
/* Tailwind (arbitrary) */
class="text-[#fba7ad] bg-[#fba7ad]"
/* SCSS */
$brand: #fba7ad;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.678)
/* Android */
Color.parseColor("#fba7ad")Accessibility — WCAG contrast
Aa
#fba7ad on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba7ad on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow31.1%
Key (black)1.6%
Color previews
#fba7ad text on a black background
contrast 11.23:1
Card sample
#fba7ad text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba7ad;
Background color
Panel with #fba7ad background
background-color: #fba7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba7ad; background: linear-gradient(135deg, #fba7ad, #FBD9A7);