#fba413
a balanced, electric orange · warm · closest name: orange
RGB
251, 164, 19
HSL
38°, 97%, 53%
CMYK
0, 35, 92, 2
Luminance
0.4711
Every format
| HEX | #fba413 |
| RGB | rgb(251, 164, 19) |
| HSL | hsl(38, 97%, 53%) |
| CMYK | cmyk(0%, 35%, 92%, 2%) |
| LAB | lab(74.3 22.9 75.8) |
| LCH | lch(74.3 79.3 73.2) |
| OKLCH | oklch(0.786 0.166 70.8) |
Copy-ready code
/* CSS */
color: #fba413;
background-color: #fba413;
/* Tailwind (arbitrary) */
class="text-[#fba413] bg-[#fba413]"
/* SCSS */
$brand: #fba413;
/* SwiftUI */
Color(red: 0.984, green: 0.643, blue: 0.075)
/* Android */
Color.parseColor("#fba413")Accessibility — WCAG contrast
Aa
#fba413 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba413 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow92.4%
Key (black)1.6%
Color previews
#fba413 text on a black background
contrast 10.42:1
Card sample
#fba413 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba413;
Background color
Panel with #fba413 background
background-color: #fba413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 164, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 164, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba413; background: linear-gradient(135deg, #fba413, #B7FB13);