#fba021
a balanced, electric orange · warm · closest name: orange
RGB
251, 160, 33
HSL
35°, 97%, 56%
CMYK
0, 36, 87, 2
Luminance
0.4576
Every format
| HEX | #fba021 |
| RGB | rgb(251, 160, 33) |
| HSL | hsl(35, 97%, 56%) |
| CMYK | cmyk(0%, 36%, 87%, 2%) |
| LAB | lab(73.4 25.3 72.1) |
| LCH | lch(73.4 76.4 70.7) |
| OKLCH | oklch(0.780 0.164 67.6) |
Copy-ready code
/* CSS */
color: #fba021;
background-color: #fba021;
/* Tailwind (arbitrary) */
class="text-[#fba021] bg-[#fba021]"
/* SCSS */
$brand: #fba021;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.129)
/* Android */
Color.parseColor("#fba021")Accessibility — WCAG contrast
Aa
#fba021 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba021 on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow86.9%
Key (black)1.6%
Color previews
#fba021 text on a black background
contrast 10.15:1
Card sample
#fba021 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba021;
Background color
Panel with #fba021 background
background-color: #fba021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba021; background: linear-gradient(135deg, #fba021, #C5FB21);