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