#fba708
a balanced, electric orange · warm · closest name: orange
RGB
251, 167, 8
HSL
39°, 97%, 51%
CMYK
0, 34, 97, 2
Luminance
0.4816
Every format
| HEX | #fba708 |
| RGB | rgb(251, 167, 8) |
| HSL | hsl(39, 97%, 51%) |
| CMYK | cmyk(0%, 34%, 97%, 2%) |
| LAB | lab(74.9 21.3 77.8) |
| LCH | lch(74.9 80.7 74.7) |
| OKLCH | oklch(0.792 0.168 72.9) |
Copy-ready code
/* CSS */
color: #fba708;
background-color: #fba708;
/* Tailwind (arbitrary) */
class="text-[#fba708] bg-[#fba708]"
/* SCSS */
$brand: #fba708;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#fba708")Accessibility — WCAG contrast
Aa
#fba708 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba708 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow96.8%
Key (black)1.6%
Color previews
#fba708 text on a black background
contrast 10.63:1
Card sample
#fba708 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba708;
Background color
Panel with #fba708 background
background-color: #fba708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba708; background: linear-gradient(135deg, #fba708, #ADFB08);