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