#fba22c
a balanced, electric orange · warm · closest name: orange
RGB
251, 162, 44
HSL
34°, 96%, 58%
CMYK
0, 36, 83, 2
Luminance
0.4653
Every format
| HEX | #fba22c |
| RGB | rgb(251, 162, 44) |
| HSL | hsl(34, 96%, 58%) |
| CMYK | cmyk(0%, 36%, 83%, 2%) |
| LAB | lab(73.9 24.5 69.3) |
| LCH | lch(73.9 73.5 70.5) |
| OKLCH | oklch(0.784 0.160 67.6) |
Copy-ready code
/* CSS */
color: #fba22c;
background-color: #fba22c;
/* Tailwind (arbitrary) */
class="text-[#fba22c] bg-[#fba22c]"
/* SCSS */
$brand: #fba22c;
/* SwiftUI */
Color(red: 0.984, green: 0.635, blue: 0.173)
/* Android */
Color.parseColor("#fba22c")Accessibility — WCAG contrast
Aa
#fba22c on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba22c on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta35.5%
Yellow82.5%
Key (black)1.6%
Color previews
#fba22c text on a black background
contrast 10.31:1
Card sample
#fba22c text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba22c;
Background color
Panel with #fba22c background
background-color: #fba22c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba22c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 162, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 162, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba22c; background: linear-gradient(135deg, #fba22c, #CAFB2C);