#f64f2c
a balanced, electric red · warm · closest name: tomato
RGB
246, 79, 44
HSL
10°, 92%, 57%
CMYK
0, 68, 82, 4
Luminance
0.2537
Every format
| HEX | #f64f2c |
| RGB | rgb(246, 79, 44) |
| HSL | hsl(10, 92%, 57%) |
| CMYK | cmyk(0%, 68%, 82%, 4%) |
| LAB | lab(57.4 62.0 54.5) |
| LCH | lch(57.4 82.6 41.3) |
| OKLCH | oklch(0.657 0.209 33.5) |
Copy-ready code
/* CSS */
color: #f64f2c;
background-color: #f64f2c;
/* Tailwind (arbitrary) */
class="text-[#f64f2c] bg-[#f64f2c]"
/* SCSS */
$brand: #f64f2c;
/* SwiftUI */
Color(red: 0.965, green: 0.310, blue: 0.173)
/* Android */
Color.parseColor("#f64f2c")Accessibility — WCAG contrast
Aa
#f64f2c on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f64f2c on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green31.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta67.9%
Yellow82.1%
Key (black)3.5%
Color previews
#f64f2c text on a black background
contrast 6.07:1
Card sample
#f64f2c text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64f2c;
Background color
Panel with #f64f2c background
background-color: #f64f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 79, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 79, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64f2c; background: linear-gradient(135deg, #f64f2c, #F6D62C);