#f64821
a balanced, electric red · warm · closest name: tomato
RGB
246, 72, 33
HSL
11°, 92%, 55%
CMYK
0, 71, 87, 4
Luminance
0.2434
Every format
| HEX | #f64821 |
| RGB | rgb(246, 72, 33) |
| HSL | hsl(11, 92%, 55%) |
| CMYK | cmyk(0%, 71%, 87%, 4%) |
| LAB | lab(56.4 64.4 58.4) |
| LCH | lch(56.4 86.9 42.2) |
| OKLCH | oklch(0.649 0.216 33.7) |
Copy-ready code
/* CSS */
color: #f64821;
background-color: #f64821;
/* Tailwind (arbitrary) */
class="text-[#f64821] bg-[#f64821]"
/* SCSS */
$brand: #f64821;
/* SwiftUI */
Color(red: 0.965, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#f64821")Accessibility — WCAG contrast
Aa
#f64821 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f64821 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.7%
Yellow86.6%
Key (black)3.5%
Color previews
#f64821 text on a black background
contrast 5.87:1
Card sample
#f64821 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64821;
Background color
Panel with #f64821 background
background-color: #f64821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64821; background: linear-gradient(135deg, #f64821, #F6D621);