#f93c13
a balanced, electric red · warm · closest name: red
RGB
249, 60, 19
HSL
11°, 95%, 53%
CMYK
0, 76, 92, 2
Luminance
0.2342
Every format
| HEX | #f93c13 |
| RGB | rgb(249, 60, 19) |
| HSL | hsl(11, 95%, 53%) |
| CMYK | cmyk(0%, 76%, 92%, 2%) |
| LAB | lab(55.5 69.0 63.0) |
| LCH | lch(55.5 93.4 42.4) |
| OKLCH | oklch(0.643 0.229 32.9) |
Copy-ready code
/* CSS */
color: #f93c13;
background-color: #f93c13;
/* Tailwind (arbitrary) */
class="text-[#f93c13] bg-[#f93c13]"
/* SCSS */
$brand: #f93c13;
/* SwiftUI */
Color(red: 0.976, green: 0.235, blue: 0.075)
/* Android */
Color.parseColor("#f93c13")Accessibility — WCAG contrast
Aa
#f93c13 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f93c13 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green23.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta75.9%
Yellow92.4%
Key (black)2.4%
Color previews
#f93c13 text on a black background
contrast 5.68:1
Card sample
#f93c13 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f93c13;
Background color
Panel with #f93c13 background
background-color: #f93c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f93c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 60, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 60, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f93c13; background: linear-gradient(135deg, #f93c13, #F9D513);