#f98e21
a balanced, electric orange · warm · closest name: orange
RGB
249, 142, 33
HSL
30°, 95%, 55%
CMYK
0, 43, 87, 2
Luminance
0.3960
Every format
| HEX | #f98e21 |
| RGB | rgb(249, 142, 33) |
| HSL | hsl(30, 95%, 55%) |
| CMYK | cmyk(0%, 43%, 87%, 2%) |
| LAB | lab(69.2 33.8 68.7) |
| LCH | lch(69.2 76.6 63.8) |
| OKLCH | oklch(0.747 0.168 58.7) |
Copy-ready code
/* CSS */
color: #f98e21;
background-color: #f98e21;
/* Tailwind (arbitrary) */
class="text-[#f98e21] bg-[#f98e21]"
/* SCSS */
$brand: #f98e21;
/* SwiftUI */
Color(red: 0.976, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#f98e21")Accessibility — WCAG contrast
Aa
#f98e21 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98e21 on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green55.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow86.7%
Key (black)2.4%
Color previews
#f98e21 text on a black background
contrast 8.92:1
Card sample
#f98e21 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98e21;
Background color
Panel with #f98e21 background
background-color: #f98e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98e21; background: linear-gradient(135deg, #f98e21, #D4F921);