#fba596
a light, electric red · warm · closest name: salmon
RGB
251, 165, 150
HSL
9°, 93%, 79%
CMYK
0, 34, 40, 2
Luminance
0.4962
Every format
| HEX | #fba596 |
| RGB | rgb(251, 165, 150) |
| HSL | hsl(9, 93%, 79%) |
| CMYK | cmyk(0%, 34%, 40%, 2%) |
| LAB | lab(75.8 30.1 20.9) |
| LCH | lch(75.8 36.6 34.8) |
| OKLCH | oklch(0.803 0.105 30.4) |
Copy-ready code
/* CSS */
color: #fba596;
background-color: #fba596;
/* Tailwind (arbitrary) */
class="text-[#fba596] bg-[#fba596]"
/* SCSS */
$brand: #fba596;
/* SwiftUI */
Color(red: 0.984, green: 0.647, blue: 0.588)
/* Android */
Color.parseColor("#fba596")Accessibility — WCAG contrast
Aa
#fba596 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba596 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.7%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow40.2%
Key (black)1.6%
Color previews
#fba596 text on a black background
contrast 10.92:1
Card sample
#fba596 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba596;
Background color
Panel with #fba596 background
background-color: #fba596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 165, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 165, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba596; background: linear-gradient(135deg, #fba596, #FBE896);