#fba939
a balanced, electric orange · warm · closest name: orange
RGB
251, 169, 57
HSL
35°, 96%, 60%
CMYK
0, 33, 77, 2
Luminance
0.4918
Every format
| HEX | #fba939 |
| RGB | rgb(251, 169, 57) |
| HSL | hsl(35, 96%, 60%) |
| CMYK | cmyk(0%, 33%, 77%, 2%) |
| LAB | lab(75.6 21.3 66.2) |
| LCH | lch(75.6 69.5 72.2) |
| OKLCH | oklch(0.797 0.154 69.8) |
Copy-ready code
/* CSS */
color: #fba939;
background-color: #fba939;
/* Tailwind (arbitrary) */
class="text-[#fba939] bg-[#fba939]"
/* SCSS */
$brand: #fba939;
/* SwiftUI */
Color(red: 0.984, green: 0.663, blue: 0.224)
/* Android */
Color.parseColor("#fba939")Accessibility — WCAG contrast
Aa
#fba939 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba939 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow77.3%
Key (black)1.6%
Color previews
#fba939 text on a black background
contrast 10.84:1
Card sample
#fba939 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba939;
Background color
Panel with #fba939 background
background-color: #fba939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 169, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 169, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba939; background: linear-gradient(135deg, #fba939, #CCFB39);