#fba79d
a light, electric red · warm · closest name: pink
RGB
251, 167, 157
HSL
6°, 92%, 80%
CMYK
0, 34, 38, 2
Luminance
0.5058
Every format
| HEX | #fba79d |
| RGB | rgb(251, 167, 157) |
| HSL | hsl(6, 92%, 80%) |
| CMYK | cmyk(0%, 34%, 38%, 2%) |
| LAB | lab(76.4 29.8 17.9) |
| LCH | lch(76.4 34.8 31.0) |
| OKLCH | oklch(0.808 0.101 27.0) |
Copy-ready code
/* CSS */
color: #fba79d;
background-color: #fba79d;
/* Tailwind (arbitrary) */
class="text-[#fba79d] bg-[#fba79d]"
/* SCSS */
$brand: #fba79d;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.616)
/* Android */
Color.parseColor("#fba79d")Accessibility — WCAG contrast
Aa
#fba79d on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba79d on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow37.5%
Key (black)1.6%
Color previews
#fba79d text on a black background
contrast 11.12:1
Card sample
#fba79d text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba79d;
Background color
Panel with #fba79d background
background-color: #fba79d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba79d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba79d; background: linear-gradient(135deg, #fba79d, #FBE69D);