#fba982
a light, electric orange · warm · closest name: salmon
RGB
251, 169, 130
HSL
19°, 94%, 75%
CMYK
0, 33, 48, 2
Luminance
0.5050
Every format
| HEX | #fba982 |
| RGB | rgb(251, 169, 130) |
| HSL | hsl(19, 94%, 75%) |
| CMYK | cmyk(0%, 33%, 48%, 2%) |
| LAB | lab(76.4 25.9 32.4) |
| LCH | lch(76.4 41.5 51.3) |
| OKLCH | oklch(0.806 0.111 46.1) |
Copy-ready code
/* CSS */
color: #fba982;
background-color: #fba982;
/* Tailwind (arbitrary) */
class="text-[#fba982] bg-[#fba982]"
/* SCSS */
$brand: #fba982;
/* SwiftUI */
Color(red: 0.984, green: 0.663, blue: 0.510)
/* Android */
Color.parseColor("#fba982")Accessibility — WCAG contrast
Aa
#fba982 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba982 on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.3%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow48.2%
Key (black)1.6%
Color previews
#fba982 text on a black background
contrast 11.10:1
Card sample
#fba982 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba982;
Background color
Panel with #fba982 background
background-color: #fba982;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba982;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 169, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 169, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba982; background: linear-gradient(135deg, #fba982, #FBFA82);