#f97834
a balanced, electric orange · warm · closest name: coral
RGB
249, 120, 52
HSL
21°, 94%, 59%
CMYK
0, 52, 79, 2
Luminance
0.3382
Every format
| HEX | #f97834 |
| RGB | rgb(249, 120, 52) |
| HSL | hsl(21, 94%, 59%) |
| CMYK | cmyk(0%, 52%, 79%, 2%) |
| LAB | lab(64.8 45.3 58.0) |
| LCH | lch(64.8 73.6 52.0) |
| OKLCH | oklch(0.714 0.176 45.3) |
Copy-ready code
/* CSS */
color: #f97834;
background-color: #f97834;
/* Tailwind (arbitrary) */
class="text-[#f97834] bg-[#f97834]"
/* SCSS */
$brand: #f97834;
/* SwiftUI */
Color(red: 0.976, green: 0.471, blue: 0.204)
/* Android */
Color.parseColor("#f97834")Accessibility — WCAG contrast
Aa
#f97834 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97834 on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.1%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow79.1%
Key (black)2.4%
Color previews
#f97834 text on a black background
contrast 7.76:1
Card sample
#f97834 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97834;
Background color
Panel with #f97834 background
background-color: #f97834;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97834;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 120, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 120, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97834; background: linear-gradient(135deg, #f97834, #F7F934);