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