#fba730
a balanced, electric orange · warm · closest name: orange
RGB
251, 167, 48
HSL
35°, 96%, 59%
CMYK
0, 34, 81, 2
Luminance
0.4836
Every format
| HEX | #fba730 |
| RGB | rgb(251, 167, 48) |
| HSL | hsl(35, 96%, 59%) |
| CMYK | cmyk(0%, 34%, 81%, 2%) |
| LAB | lab(75.0 22.0 69.0) |
| LCH | lch(75.0 72.4 72.3) |
| OKLCH | oklch(0.793 0.158 69.9) |
Copy-ready code
/* CSS */
color: #fba730;
background-color: #fba730;
/* Tailwind (arbitrary) */
class="text-[#fba730] bg-[#fba730]"
/* SCSS */
$brand: #fba730;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.188)
/* Android */
Color.parseColor("#fba730")Accessibility — WCAG contrast
Aa
#fba730 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba730 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow80.9%
Key (black)1.6%
Color previews
#fba730 text on a black background
contrast 10.67:1
Card sample
#fba730 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba730;
Background color
Panel with #fba730 background
background-color: #fba730;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba730;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba730; background: linear-gradient(135deg, #fba730, #C8FB30);