#f9a821
a balanced, electric orange · warm · closest name: orange
RGB
249, 168, 33
HSL
38°, 95%, 55%
CMYK
0, 33, 87, 2
Luminance
0.4825
Every format
| HEX | #f9a821 |
| RGB | rgb(249, 168, 33) |
| HSL | hsl(38, 95%, 55%) |
| CMYK | cmyk(0%, 33%, 87%, 2%) |
| LAB | lab(75.0 20.3 73.3) |
| LCH | lch(75.0 76.1 74.6) |
| OKLCH | oklch(0.792 0.162 72.8) |
Copy-ready code
/* CSS */
color: #f9a821;
background-color: #f9a821;
/* Tailwind (arbitrary) */
class="text-[#f9a821] bg-[#f9a821]"
/* SCSS */
$brand: #f9a821;
/* SwiftUI */
Color(red: 0.976, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#f9a821")Accessibility — WCAG contrast
Aa
#f9a821 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9a821 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green65.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow86.7%
Key (black)2.4%
Color previews
#f9a821 text on a black background
contrast 10.65:1
Card sample
#f9a821 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9a821;
Background color
Panel with #f9a821 background
background-color: #f9a821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9a821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9a821; background: linear-gradient(135deg, #f9a821, #BAF921);