#f60310
a balanced, electric red · warm · closest name: red
RGB
246, 3, 16
HSL
357°, 98%, 49%
CMYK
0, 99, 94, 4
Luminance
0.1970
Every format
| HEX | #f60310 |
| RGB | rgb(246, 3, 16) |
| HSL | hsl(357, 98%, 49%) |
| CMYK | cmyk(0%, 99%, 94%, 4%) |
| LAB | lab(51.5 77.8 61.2) |
| LCH | lch(51.5 99.0 38.2) |
| OKLCH | oklch(0.612 0.250 28.3) |
Copy-ready code
/* CSS */
color: #f60310;
background-color: #f60310;
/* Tailwind (arbitrary) */
class="text-[#f60310] bg-[#f60310]"
/* SCSS */
$brand: #f60310;
/* SwiftUI */
Color(red: 0.965, green: 0.012, blue: 0.063)
/* Android */
Color.parseColor("#f60310")Accessibility — WCAG contrast
Aa
#f60310 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f60310 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green1.2%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow93.5%
Key (black)3.5%
Color previews
#f60310 text on a black background
contrast 4.94:1
Card sample
#f60310 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f60310;
Background color
Panel with #f60310 background
background-color: #f60310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f60310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 3, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 3, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f60310; background: linear-gradient(135deg, #f60310, #F69803);