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