#fba486
a light, electric orange · warm · closest name: salmon
RGB
251, 164, 134
HSL
15°, 94%, 76%
CMYK
0, 35, 47, 2
Luminance
0.4878
Every format
| HEX | #fba486 |
| RGB | rgb(251, 164, 134) |
| HSL | hsl(15, 94%, 76%) |
| CMYK | cmyk(0%, 35%, 47%, 2%) |
| LAB | lab(75.3 28.9 28.9) |
| LCH | lch(75.3 40.9 44.9) |
| OKLCH | oklch(0.798 0.112 39.8) |
Copy-ready code
/* CSS */
color: #fba486;
background-color: #fba486;
/* Tailwind (arbitrary) */
class="text-[#fba486] bg-[#fba486]"
/* SCSS */
$brand: #fba486;
/* SwiftUI */
Color(red: 0.984, green: 0.643, blue: 0.525)
/* Android */
Color.parseColor("#fba486")Accessibility — WCAG contrast
Aa
#fba486 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba486 on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.3%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow46.6%
Key (black)1.6%
Color previews
#fba486 text on a black background
contrast 10.76:1
Card sample
#fba486 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba486;
Background color
Panel with #fba486 background
background-color: #fba486;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba486;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 164, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 164, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba486; background: linear-gradient(135deg, #fba486, #FBF286);