#fba44d
a balanced, electric orange · warm · closest name: peru
RGB
251, 164, 77
HSL
30°, 96%, 64%
CMYK
0, 35, 69, 2
Luminance
0.4760
Every format
| HEX | #fba44d |
| RGB | rgb(251, 164, 77) |
| HSL | hsl(30, 96%, 64%) |
| CMYK | cmyk(0%, 35%, 69%, 2%) |
| LAB | lab(74.6 24.7 56.8) |
| LCH | lch(74.6 62.0 66.5) |
| OKLCH | oklch(0.790 0.144 62.8) |
Copy-ready code
/* CSS */
color: #fba44d;
background-color: #fba44d;
/* Tailwind (arbitrary) */
class="text-[#fba44d] bg-[#fba44d]"
/* SCSS */
$brand: #fba44d;
/* SwiftUI */
Color(red: 0.984, green: 0.643, blue: 0.302)
/* Android */
Color.parseColor("#fba44d")Accessibility — WCAG contrast
Aa
#fba44d on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba44d on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.3%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow69.3%
Key (black)1.6%
Color previews
#fba44d text on a black background
contrast 10.52:1
Card sample
#fba44d text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba44d;
Background color
Panel with #fba44d background
background-color: #fba44d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba44d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 164, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 164, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba44d; background: linear-gradient(135deg, #fba44d, #DEFB4D);