#fba784
a light, electric orange · warm · closest name: salmon
RGB
251, 167, 132
HSL
18°, 94%, 75%
CMYK
0, 34, 47, 2
Luminance
0.4981
Every format
| HEX | #fba784 |
| RGB | rgb(251, 167, 132) |
| HSL | hsl(18, 94%, 75%) |
| CMYK | cmyk(0%, 34%, 47%, 2%) |
| LAB | lab(76.0 27.2 30.8) |
| LCH | lch(76.0 41.0 48.5) |
| OKLCH | oklch(0.803 0.111 43.4) |
Copy-ready code
/* CSS */
color: #fba784;
background-color: #fba784;
/* Tailwind (arbitrary) */
class="text-[#fba784] bg-[#fba784]"
/* SCSS */
$brand: #fba784;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.518)
/* Android */
Color.parseColor("#fba784")Accessibility — WCAG contrast
Aa
#fba784 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba784 on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow47.4%
Key (black)1.6%
Color previews
#fba784 text on a black background
contrast 10.96:1
Card sample
#fba784 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba784;
Background color
Panel with #fba784 background
background-color: #fba784;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba784;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba784; background: linear-gradient(135deg, #fba784, #FBF684);