#f5a521
a balanced, electric orange · warm · closest name: orange
RGB
245, 165, 33
HSL
37°, 91%, 55%
CMYK
0, 33, 87, 4
Luminance
0.4643
Every format
| HEX | #f5a521 |
| RGB | rgb(245, 165, 33) |
| HSL | hsl(37, 91%, 55%) |
| CMYK | cmyk(0%, 33%, 87%, 4%) |
| LAB | lab(73.8 20.1 72.2) |
| LCH | lch(73.8 75.0 74.4) |
| OKLCH | oklch(0.782 0.159 72.6) |
Copy-ready code
/* CSS */
color: #f5a521;
background-color: #f5a521;
/* Tailwind (arbitrary) */
class="text-[#f5a521] bg-[#f5a521]"
/* SCSS */
$brand: #f5a521;
/* SwiftUI */
Color(red: 0.961, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#f5a521")Accessibility — WCAG contrast
Aa
#f5a521 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5a521 on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow86.5%
Key (black)3.9%
Color previews
#f5a521 text on a black background
contrast 10.29:1
Card sample
#f5a521 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5a521;
Background color
Panel with #f5a521 background
background-color: #f5a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5a521; background: linear-gradient(135deg, #f5a521, #B8F521);