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