#f99421
a balanced, electric orange · warm · closest name: orange
RGB
249, 148, 33
HSL
32°, 95%, 55%
CMYK
0, 41, 87, 2
Luminance
0.4143
Every format
| HEX | #f99421 |
| RGB | rgb(249, 148, 33) |
| HSL | hsl(32, 95%, 55%) |
| CMYK | cmyk(0%, 41%, 87%, 2%) |
| LAB | lab(70.5 30.7 69.7) |
| LCH | lch(70.5 76.2 66.2) |
| OKLCH | oklch(0.757 0.166 61.8) |
Copy-ready code
/* CSS */
color: #f99421;
background-color: #f99421;
/* Tailwind (arbitrary) */
class="text-[#f99421] bg-[#f99421]"
/* SCSS */
$brand: #f99421;
/* SwiftUI */
Color(red: 0.976, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#f99421")Accessibility — WCAG contrast
Aa
#f99421 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99421 on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green58.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow86.7%
Key (black)2.4%
Color previews
#f99421 text on a black background
contrast 9.29:1
Card sample
#f99421 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99421;
Background color
Panel with #f99421 background
background-color: #f99421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99421; background: linear-gradient(135deg, #f99421, #CEF921);