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