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