#fba47c
a light, electric orange · warm · closest name: salmon
RGB
251, 164, 124
HSL
19°, 94%, 74%
CMYK
0, 35, 51, 2
Luminance
0.4852
Every format
| HEX | #fba47c |
| RGB | rgb(251, 164, 124) |
| HSL | hsl(19, 94%, 74%) |
| CMYK | cmyk(0%, 35%, 51%, 2%) |
| LAB | lab(75.2 28.0 34.0) |
| LCH | lch(75.2 44.0 50.5) |
| OKLCH | oklch(0.796 0.117 45.3) |
Copy-ready code
/* CSS */
color: #fba47c;
background-color: #fba47c;
/* Tailwind (arbitrary) */
class="text-[#fba47c] bg-[#fba47c]"
/* SCSS */
$brand: #fba47c;
/* SwiftUI */
Color(red: 0.984, green: 0.643, blue: 0.486)
/* Android */
Color.parseColor("#fba47c")Accessibility — WCAG contrast
Aa
#fba47c on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba47c on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.3%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow50.6%
Key (black)1.6%
Color previews
#fba47c text on a black background
contrast 10.70:1
Card sample
#fba47c text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba47c;
Background color
Panel with #fba47c background
background-color: #fba47c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba47c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 164, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 164, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba47c; background: linear-gradient(135deg, #fba47c, #FBF97C);