#fba482
a light, electric orange · warm · closest name: salmon
RGB
251, 164, 130
HSL
17°, 94%, 75%
CMYK
0, 35, 48, 2
Luminance
0.4867
Every format
| HEX | #fba482 |
| RGB | rgb(251, 164, 130) |
| HSL | hsl(17, 94%, 75%) |
| CMYK | cmyk(0%, 35%, 48%, 2%) |
| LAB | lab(75.3 28.6 30.9) |
| LCH | lch(75.3 42.1 47.3) |
| OKLCH | oklch(0.797 0.114 42.1) |
Copy-ready code
/* CSS */
color: #fba482;
background-color: #fba482;
/* Tailwind (arbitrary) */
class="text-[#fba482] bg-[#fba482]"
/* SCSS */
$brand: #fba482;
/* SwiftUI */
Color(red: 0.984, green: 0.643, blue: 0.510)
/* Android */
Color.parseColor("#fba482")Accessibility — WCAG contrast
Aa
#fba482 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba482 on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.3%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow48.2%
Key (black)1.6%
Color previews
#fba482 text on a black background
contrast 10.73:1
Card sample
#fba482 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba482;
Background color
Panel with #fba482 background
background-color: #fba482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 164, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 164, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba482; background: linear-gradient(135deg, #fba482, #FBF582);