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