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