#f06348
a balanced, electric red · warm · closest name: tomato
RGB
240, 99, 72
HSL
10°, 85%, 61%
CMYK
0, 59, 70, 6
Luminance
0.2792
Every format
| HEX | #f06348 |
| RGB | rgb(240, 99, 72) |
| HSL | hsl(10, 85%, 61%) |
| CMYK | cmyk(0%, 59%, 70%, 6%) |
| LAB | lab(59.8 52.7 42.5) |
| LCH | lch(59.8 67.8 38.9) |
| OKLCH | oklch(0.674 0.179 32.7) |
Copy-ready code
/* CSS */
color: #f06348;
background-color: #f06348;
/* Tailwind (arbitrary) */
class="text-[#f06348] bg-[#f06348]"
/* SCSS */
$brand: #f06348;
/* SwiftUI */
Color(red: 0.941, green: 0.388, blue: 0.282)
/* Android */
Color.parseColor("#f06348")Accessibility — WCAG contrast
Aa
#f06348 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f06348 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.8%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow70.0%
Key (black)5.9%
Color previews
#f06348 text on a black background
contrast 6.58:1
Card sample
#f06348 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06348;
Background color
Panel with #f06348 background
background-color: #f06348;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06348;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 99, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 99, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06348; background: linear-gradient(135deg, #f06348, #F0D348);