#f64621
a balanced, electric red · warm · closest name: tomato
RGB
246, 70, 33
HSL
10°, 92%, 55%
CMYK
0, 72, 87, 4
Luminance
0.2408
Every format
| HEX | #f64621 |
| RGB | rgb(246, 70, 33) |
| HSL | hsl(10, 92%, 55%) |
| CMYK | cmyk(0%, 72%, 87%, 4%) |
| LAB | lab(56.2 65.1 58.2) |
| LCH | lch(56.2 87.3 41.8) |
| OKLCH | oklch(0.647 0.218 33.3) |
Copy-ready code
/* CSS */
color: #f64621;
background-color: #f64621;
/* Tailwind (arbitrary) */
class="text-[#f64621] bg-[#f64621]"
/* SCSS */
$brand: #f64621;
/* SwiftUI */
Color(red: 0.965, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#f64621")Accessibility — WCAG contrast
Aa
#f64621 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f64621 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow86.6%
Key (black)3.5%
Color previews
#f64621 text on a black background
contrast 5.82:1
Card sample
#f64621 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64621;
Background color
Panel with #f64621 background
background-color: #f64621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64621; background: linear-gradient(135deg, #f64621, #F6D421);