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