#f03608
a balanced, electric red · warm · closest name: red
RGB
240, 54, 8
HSL
12°, 94%, 49%
CMYK
0, 78, 97, 6
Luminance
0.2118
Every format
| HEX | #f03608 |
| RGB | rgb(240, 54, 8) |
| HSL | hsl(12, 94%, 49%) |
| CMYK | cmyk(0%, 78%, 97%, 6%) |
| LAB | lab(53.1 68.0 63.5) |
| LCH | lch(53.1 93.0 43.0) |
| OKLCH | oklch(0.622 0.226 33.1) |
Copy-ready code
/* CSS */
color: #f03608;
background-color: #f03608;
/* Tailwind (arbitrary) */
class="text-[#f03608] bg-[#f03608]"
/* SCSS */
$brand: #f03608;
/* SwiftUI */
Color(red: 0.941, green: 0.212, blue: 0.031)
/* Android */
Color.parseColor("#f03608")Accessibility — WCAG contrast
Aa
#f03608 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f03608 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green21.2%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow96.7%
Key (black)5.9%
Color previews
#f03608 text on a black background
contrast 5.24:1
Card sample
#f03608 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f03608;
Background color
Panel with #f03608 background
background-color: #f03608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f03608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 54, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 54, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f03608; background: linear-gradient(135deg, #f03608, #F0D108);