#fba686
a light, electric orange · warm · closest name: salmon
RGB
251, 166, 134
HSL
16°, 94%, 76%
CMYK
0, 34, 47, 2
Luminance
0.4950
Every format
| HEX | #fba686 |
| RGB | rgb(251, 166, 134) |
| HSL | hsl(16, 94%, 76%) |
| CMYK | cmyk(0%, 34%, 47%, 2%) |
| LAB | lab(75.8 27.9 29.4) |
| LCH | lch(75.8 40.5 46.5) |
| OKLCH | oklch(0.802 0.110 41.4) |
Copy-ready code
/* CSS */
color: #fba686;
background-color: #fba686;
/* Tailwind (arbitrary) */
class="text-[#fba686] bg-[#fba686]"
/* SCSS */
$brand: #fba686;
/* SwiftUI */
Color(red: 0.984, green: 0.651, blue: 0.525)
/* Android */
Color.parseColor("#fba686")Accessibility — WCAG contrast
Aa
#fba686 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba686 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.1%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow46.6%
Key (black)1.6%
Color previews
#fba686 text on a black background
contrast 10.90:1
Card sample
#fba686 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba686;
Background color
Panel with #fba686 background
background-color: #fba686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 166, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 166, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba686; background: linear-gradient(135deg, #fba686, #FBF486);