#f94c13
a balanced, electric red · warm · closest name: red
RGB
249, 76, 19
HSL
15°, 95%, 53%
CMYK
0, 70, 92, 2
Luminance
0.2536
Every format
| HEX | #f94c13 |
| RGB | rgb(249, 76, 19) |
| HSL | hsl(15, 95%, 53%) |
| CMYK | cmyk(0%, 70%, 92%, 2%) |
| LAB | lab(57.4 63.7 64.2) |
| LCH | lch(57.4 90.4 45.2) |
| OKLCH | oklch(0.657 0.217 36.0) |
Copy-ready code
/* CSS */
color: #f94c13;
background-color: #f94c13;
/* Tailwind (arbitrary) */
class="text-[#f94c13] bg-[#f94c13]"
/* SCSS */
$brand: #f94c13;
/* SwiftUI */
Color(red: 0.976, green: 0.298, blue: 0.075)
/* Android */
Color.parseColor("#f94c13")Accessibility — WCAG contrast
Aa
#f94c13 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f94c13 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green29.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta69.5%
Yellow92.4%
Key (black)2.4%
Color previews
#f94c13 text on a black background
contrast 6.07:1
Card sample
#f94c13 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f94c13;
Background color
Panel with #f94c13 background
background-color: #f94c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f94c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 76, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 76, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f94c13; background: linear-gradient(135deg, #f94c13, #F9E513);