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