#f60909
a balanced, electric red · warm · closest name: red
RGB
246, 9, 9
HSL
0°, 93%, 50%
CMYK
0, 96, 96, 4
Luminance
0.1981
Every format
| HEX | #f60909 |
| RGB | rgb(246, 9, 9) |
| HSL | hsl(0, 93%, 50%) |
| CMYK | cmyk(0%, 96%, 96%, 4%) |
| LAB | lab(51.6 77.4 63.2) |
| LCH | lch(51.6 99.9 39.2) |
| OKLCH | oklch(0.613 0.249 29.0) |
Copy-ready code
/* CSS */
color: #f60909;
background-color: #f60909;
/* Tailwind (arbitrary) */
class="text-[#f60909] bg-[#f60909]"
/* SCSS */
$brand: #f60909;
/* SwiftUI */
Color(red: 0.965, green: 0.035, blue: 0.035)
/* Android */
Color.parseColor("#f60909")Accessibility — WCAG contrast
Aa
#f60909 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f60909 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green3.5%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta96.3%
Yellow96.3%
Key (black)3.5%
Color previews
#f60909 text on a black background
contrast 4.96:1
Card sample
#f60909 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f60909;
Background color
Panel with #f60909 background
background-color: #f60909;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f60909;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 9, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 9, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f60909; background: linear-gradient(135deg, #f60909, #F6A709);