#fba849
a balanced, electric orange · warm · closest name: peru
RGB
251, 168, 73
HSL
32°, 96%, 64%
CMYK
0, 33, 71, 2
Luminance
0.4900
Every format
| HEX | #fba849 |
| RGB | rgb(251, 168, 73) |
| HSL | hsl(32, 96%, 64%) |
| CMYK | cmyk(0%, 33%, 71%, 2%) |
| LAB | lab(75.5 22.4 59.5) |
| LCH | lch(75.5 63.6 69.3) |
| OKLCH | oklch(0.797 0.146 66.3) |
Copy-ready code
/* CSS */
color: #fba849;
background-color: #fba849;
/* Tailwind (arbitrary) */
class="text-[#fba849] bg-[#fba849]"
/* SCSS */
$brand: #fba849;
/* SwiftUI */
Color(red: 0.984, green: 0.659, blue: 0.286)
/* Android */
Color.parseColor("#fba849")Accessibility — WCAG contrast
Aa
#fba849 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba849 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow70.9%
Key (black)1.6%
Color previews
#fba849 text on a black background
contrast 10.80:1
Card sample
#fba849 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba849;
Background color
Panel with #fba849 background
background-color: #fba849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 168, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 168, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba849; background: linear-gradient(135deg, #fba849, #D7FB49);