#f63c39
a balanced, electric red · warm · closest name: tomato
RGB
246, 60, 57
HSL
1°, 91%, 59%
CMYK
0, 76, 77, 4
Luminance
0.2312
Every format
| HEX | #f63c39 |
| RGB | rgb(246, 60, 57) |
| HSL | hsl(1, 91%, 59%) |
| CMYK | cmyk(0%, 76%, 77%, 4%) |
| LAB | lab(55.2 68.9 45.8) |
| LCH | lch(55.2 82.8 33.6) |
| OKLCH | oklch(0.640 0.222 26.9) |
Copy-ready code
/* CSS */
color: #f63c39;
background-color: #f63c39;
/* Tailwind (arbitrary) */
class="text-[#f63c39] bg-[#f63c39]"
/* SCSS */
$brand: #f63c39;
/* SwiftUI */
Color(red: 0.965, green: 0.235, blue: 0.224)
/* Android */
Color.parseColor("#f63c39")Accessibility — WCAG contrast
Aa
#f63c39 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f63c39 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green23.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow76.8%
Key (black)3.5%
Color previews
#f63c39 text on a black background
contrast 5.62:1
Card sample
#f63c39 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f63c39;
Background color
Panel with #f63c39 background
background-color: #f63c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f63c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 60, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 60, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f63c39; background: linear-gradient(135deg, #f63c39, #F6BA39);