#fba032
a balanced, electric orange · warm · closest name: orange
RGB
251, 160, 50
HSL
33°, 96%, 59%
CMYK
0, 36, 80, 2
Luminance
0.4588
Every format
| HEX | #fba032 |
| RGB | rgb(251, 160, 50) |
| HSL | hsl(33, 96%, 59%) |
| CMYK | cmyk(0%, 36%, 80%, 2%) |
| LAB | lab(73.5 25.7 66.9) |
| LCH | lch(73.5 71.6 69.0) |
| OKLCH | oklch(0.781 0.158 65.6) |
Copy-ready code
/* CSS */
color: #fba032;
background-color: #fba032;
/* Tailwind (arbitrary) */
class="text-[#fba032] bg-[#fba032]"
/* SCSS */
$brand: #fba032;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.196)
/* Android */
Color.parseColor("#fba032")Accessibility — WCAG contrast
Aa
#fba032 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba032 on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow80.1%
Key (black)1.6%
Color previews
#fba032 text on a black background
contrast 10.18:1
Card sample
#fba032 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba032;
Background color
Panel with #fba032 background
background-color: #fba032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba032; background: linear-gradient(135deg, #fba032, #D0FB32);