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