#fba91f
a balanced, electric orange · warm · closest name: orange
RGB
251, 169, 31
HSL
38°, 97%, 55%
CMYK
0, 33, 88, 2
Luminance
0.4898
Every format
| HEX | #fba91f |
| RGB | rgb(251, 169, 31) |
| HSL | hsl(38, 97%, 55%) |
| CMYK | cmyk(0%, 33%, 88%, 2%) |
| LAB | lab(75.4 20.5 74.3) |
| LCH | lch(75.4 77.0 74.5) |
| OKLCH | oklch(0.796 0.163 72.8) |
Copy-ready code
/* CSS */
color: #fba91f;
background-color: #fba91f;
/* Tailwind (arbitrary) */
class="text-[#fba91f] bg-[#fba91f]"
/* SCSS */
$brand: #fba91f;
/* SwiftUI */
Color(red: 0.984, green: 0.663, blue: 0.122)
/* Android */
Color.parseColor("#fba91f")Accessibility — WCAG contrast
Aa
#fba91f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba91f on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.3%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow87.6%
Key (black)1.6%
Color previews
#fba91f text on a black background
contrast 10.80:1
Card sample
#fba91f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba91f;
Background color
Panel with #fba91f background
background-color: #fba91f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba91f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 169, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 169, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba91f; background: linear-gradient(135deg, #fba91f, #BAFB1F);