#f83513
a balanced, electric red · warm · closest name: red
RGB
248, 53, 19
HSL
9°, 94%, 52%
CMYK
0, 79, 92, 3
Luminance
0.2255
Every format
| HEX | #f83513 |
| RGB | rgb(248, 53, 19) |
| HSL | hsl(9, 94%, 52%) |
| CMYK | cmyk(0%, 79%, 92%, 3%) |
| LAB | lab(54.6 70.7 62.3) |
| LCH | lch(54.6 94.2 41.4) |
| OKLCH | oklch(0.636 0.233 31.9) |
Copy-ready code
/* CSS */
color: #f83513;
background-color: #f83513;
/* Tailwind (arbitrary) */
class="text-[#f83513] bg-[#f83513]"
/* SCSS */
$brand: #f83513;
/* SwiftUI */
Color(red: 0.973, green: 0.208, blue: 0.075)
/* Android */
Color.parseColor("#f83513")Accessibility — WCAG contrast
Aa
#f83513 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f83513 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green20.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow92.3%
Key (black)2.7%
Color previews
#f83513 text on a black background
contrast 5.51:1
Card sample
#f83513 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f83513;
Background color
Panel with #f83513 background
background-color: #f83513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f83513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 53, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 53, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f83513; background: linear-gradient(135deg, #f83513, #F8CE13);