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