#fba082
a light, electric red · warm · closest name: salmon
RGB
251, 160, 130
HSL
15°, 94%, 75%
CMYK
0, 36, 48, 2
Luminance
0.4726
Every format
| HEX | #fba082 |
| RGB | rgb(251, 160, 130) |
| HSL | hsl(15, 94%, 75%) |
| CMYK | cmyk(0%, 36%, 48%, 2%) |
| LAB | lab(74.4 30.6 29.7) |
| LCH | lch(74.4 42.7 44.1) |
| OKLCH | oklch(0.790 0.117 39.0) |
Copy-ready code
/* CSS */
color: #fba082;
background-color: #fba082;
/* Tailwind (arbitrary) */
class="text-[#fba082] bg-[#fba082]"
/* SCSS */
$brand: #fba082;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.510)
/* Android */
Color.parseColor("#fba082")Accessibility — WCAG contrast
Aa
#fba082 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba082 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow48.2%
Key (black)1.6%
Color previews
#fba082 text on a black background
contrast 10.45:1
Card sample
#fba082 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba082;
Background color
Panel with #fba082 background
background-color: #fba082;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba082;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba082; background: linear-gradient(135deg, #fba082, #FBF182);