#f64c2f
a balanced, electric red · warm · closest name: tomato
RGB
246, 76, 47
HSL
9°, 92%, 58%
CMYK
0, 69, 81, 4
Luminance
0.2497
Every format
| HEX | #f64c2f |
| RGB | rgb(246, 76, 47) |
| HSL | hsl(9, 92%, 58%) |
| CMYK | cmyk(0%, 69%, 81%, 4%) |
| LAB | lab(57.0 63.3 52.7) |
| LCH | lch(57.0 82.3 39.8) |
| OKLCH | oklch(0.654 0.211 32.2) |
Copy-ready code
/* CSS */
color: #f64c2f;
background-color: #f64c2f;
/* Tailwind (arbitrary) */
class="text-[#f64c2f] bg-[#f64c2f]"
/* SCSS */
$brand: #f64c2f;
/* SwiftUI */
Color(red: 0.965, green: 0.298, blue: 0.184)
/* Android */
Color.parseColor("#f64c2f")Accessibility — WCAG contrast
Aa
#f64c2f on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f64c2f on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green29.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow80.9%
Key (black)3.5%
Color previews
#f64c2f text on a black background
contrast 5.99:1
Card sample
#f64c2f text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64c2f;
Background color
Panel with #f64c2f background
background-color: #f64c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 76, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 76, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64c2f; background: linear-gradient(135deg, #f64c2f, #F6D12F);