#f06647
a balanced, electric red · warm · closest name: tomato
RGB
240, 102, 71
HSL
11°, 85%, 61%
CMYK
0, 58, 70, 6
Luminance
0.2848
Every format
| HEX | #f06647 |
| RGB | rgb(240, 102, 71) |
| HSL | hsl(11, 85%, 61%) |
| CMYK | cmyk(0%, 58%, 70%, 6%) |
| LAB | lab(60.3 51.3 43.7) |
| LCH | lch(60.3 67.4 40.4) |
| OKLCH | oklch(0.677 0.177 34.1) |
Copy-ready code
/* CSS */
color: #f06647;
background-color: #f06647;
/* Tailwind (arbitrary) */
class="text-[#f06647] bg-[#f06647]"
/* SCSS */
$brand: #f06647;
/* SwiftUI */
Color(red: 0.941, green: 0.400, blue: 0.278)
/* Android */
Color.parseColor("#f06647")Accessibility — WCAG contrast
Aa
#f06647 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f06647 on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green40.0%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow70.4%
Key (black)5.9%
Color previews
#f06647 text on a black background
contrast 6.70:1
Card sample
#f06647 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06647;
Background color
Panel with #f06647 background
background-color: #f06647;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06647;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 102, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 102, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06647; background: linear-gradient(135deg, #f06647, #F0D747);