#f61908
a balanced, electric red · warm · closest name: red
RGB
246, 25, 8
HSL
4°, 94%, 50%
CMYK
0, 90, 97, 4
Luminance
0.2031
Every format
| HEX | #f61908 |
| RGB | rgb(246, 25, 8) |
| HSL | hsl(4, 94%, 50%) |
| CMYK | cmyk(0%, 90%, 97%, 4%) |
| LAB | lab(52.2 75.7 63.7) |
| LCH | lch(52.2 98.9 40.1) |
| OKLCH | oklch(0.617 0.245 29.8) |
Copy-ready code
/* CSS */
color: #f61908;
background-color: #f61908;
/* Tailwind (arbitrary) */
class="text-[#f61908] bg-[#f61908]"
/* SCSS */
$brand: #f61908;
/* SwiftUI */
Color(red: 0.965, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#f61908")Accessibility — WCAG contrast
Aa
#f61908 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f61908 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow96.7%
Key (black)3.5%
Color previews
#f61908 text on a black background
contrast 5.06:1
Card sample
#f61908 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f61908;
Background color
Panel with #f61908 background
background-color: #f61908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f61908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f61908; background: linear-gradient(135deg, #f61908, #F6B808);