#fba33c
a balanced, electric orange · warm · closest name: orange
RGB
251, 163, 60
HSL
32°, 96%, 61%
CMYK
0, 35, 76, 2
Luminance
0.4703
Every format
| HEX | #fba33c |
| RGB | rgb(251, 163, 60) |
| HSL | hsl(32, 96%, 61%) |
| CMYK | cmyk(0%, 35%, 76%, 2%) |
| LAB | lab(74.2 24.5 63.8) |
| LCH | lch(74.2 68.3 69.0) |
| OKLCH | oklch(0.787 0.153 65.8) |
Copy-ready code
/* CSS */
color: #fba33c;
background-color: #fba33c;
/* Tailwind (arbitrary) */
class="text-[#fba33c] bg-[#fba33c]"
/* SCSS */
$brand: #fba33c;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.235)
/* Android */
Color.parseColor("#fba33c")Accessibility — WCAG contrast
Aa
#fba33c on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba33c on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.9%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow76.1%
Key (black)1.6%
Color previews
#fba33c text on a black background
contrast 10.41:1
Card sample
#fba33c text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba33c;
Background color
Panel with #fba33c background
background-color: #fba33c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba33c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 163, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba33c; background: linear-gradient(135deg, #fba33c, #D4FB3C);