#f94813
a balanced, electric red · warm · closest name: red
RGB
249, 72, 19
HSL
14°, 95%, 53%
CMYK
0, 71, 92, 2
Luminance
0.2482
Every format
| HEX | #f94813 |
| RGB | rgb(249, 72, 19) |
| HSL | hsl(14, 95%, 53%) |
| CMYK | cmyk(0%, 71%, 92%, 2%) |
| LAB | lab(56.9 65.1 63.8) |
| LCH | lch(56.9 91.2 44.4) |
| OKLCH | oklch(0.653 0.221 35.1) |
Copy-ready code
/* CSS */
color: #f94813;
background-color: #f94813;
/* Tailwind (arbitrary) */
class="text-[#f94813] bg-[#f94813]"
/* SCSS */
$brand: #f94813;
/* SwiftUI */
Color(red: 0.976, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#f94813")Accessibility — WCAG contrast
Aa
#f94813 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f94813 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green28.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow92.4%
Key (black)2.4%
Color previews
#f94813 text on a black background
contrast 5.96:1
Card sample
#f94813 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f94813;
Background color
Panel with #f94813 background
background-color: #f94813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f94813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f94813; background: linear-gradient(135deg, #f94813, #F9E113);