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