#f83713
a balanced, electric red · warm · closest name: red
RGB
248, 55, 19
HSL
9°, 94%, 52%
CMYK
0, 78, 92, 3
Luminance
0.2274
Every format
| HEX | #f83713 |
| RGB | rgb(248, 55, 19) |
| HSL | hsl(9, 94%, 52%) |
| CMYK | cmyk(0%, 78%, 92%, 3%) |
| LAB | lab(54.8 70.1 62.4) |
| LCH | lch(54.8 93.9 41.7) |
| OKLCH | oklch(0.637 0.231 32.2) |
Copy-ready code
/* CSS */
color: #f83713;
background-color: #f83713;
/* Tailwind (arbitrary) */
class="text-[#f83713] bg-[#f83713]"
/* SCSS */
$brand: #f83713;
/* SwiftUI */
Color(red: 0.973, green: 0.216, blue: 0.075)
/* Android */
Color.parseColor("#f83713")Accessibility — WCAG contrast
Aa
#f83713 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f83713 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green21.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow92.3%
Key (black)2.7%
Color previews
#f83713 text on a black background
contrast 5.55:1
Card sample
#f83713 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f83713;
Background color
Panel with #f83713 background
background-color: #f83713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f83713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 55, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 55, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f83713; background: linear-gradient(135deg, #f83713, #F8D013);