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