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