#fba306
a balanced, electric orange · warm · “orange”
RGB
251, 163, 6
HSL
38°, 97%, 50%
CMYK
0, 35, 98, 2
Luminance
0.4672
Every format
| HEX | #fba306 |
| RGB | rgb(251, 163, 6) |
| HSL | hsl(38, 97%, 50%) |
| CMYK | cmyk(0%, 35%, 98%, 2%) |
| LAB | lab(74.0 23.4 77.4) |
| LCH | lch(74.0 80.9 73.2) |
| OKLCH | oklch(0.784 0.168 70.8) |
Copy-ready code
/* CSS */
color: #fba306;
background-color: #fba306;
/* Tailwind (arbitrary) */
class="text-[#fba306] bg-[#fba306]"
/* SCSS */
$brand: #fba306;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.024)
/* Android */
Color.parseColor("#fba306")Accessibility — WCAG contrast
Aa
#fba306 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba306 on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.9%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow97.6%
Key (black)1.6%
Color previews
#fba306 text on a black background
contrast 10.34:1
Card sample
#fba306 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba306;
Background color
Panel with #fba306 background
background-color: #fba306;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba306;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 163, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba306; background: linear-gradient(135deg, #fba306, #B0FB06);