#fba749
a balanced, electric orange · warm · closest name: peru
RGB
251, 167, 73
HSL
32°, 96%, 64%
CMYK
0, 34, 71, 2
Luminance
0.4863
Every format
| HEX | #fba749 |
| RGB | rgb(251, 167, 73) |
| HSL | hsl(32, 96%, 64%) |
| CMYK | cmyk(0%, 34%, 71%, 2%) |
| LAB | lab(75.2 23.0 59.3) |
| LCH | lch(75.2 63.6 68.8) |
| OKLCH | oklch(0.795 0.146 65.7) |
Copy-ready code
/* CSS */
color: #fba749;
background-color: #fba749;
/* Tailwind (arbitrary) */
class="text-[#fba749] bg-[#fba749]"
/* SCSS */
$brand: #fba749;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.286)
/* Android */
Color.parseColor("#fba749")Accessibility — WCAG contrast
Aa
#fba749 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba749 on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow70.9%
Key (black)1.6%
Color previews
#fba749 text on a black background
contrast 10.73:1
Card sample
#fba749 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba749;
Background color
Panel with #fba749 background
background-color: #fba749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba749; background: linear-gradient(135deg, #fba749, #D8FB49);