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