#f15c48
a balanced, electric red · warm · closest name: tomato
RGB
241, 92, 72
HSL
7°, 86%, 61%
CMYK
0, 62, 70, 6
Luminance
0.2682
Every format
| HEX | #f15c48 |
| RGB | rgb(241, 92, 72) |
| HSL | hsl(7, 86%, 61%) |
| CMYK | cmyk(0%, 62%, 70%, 6%) |
| LAB | lab(58.8 56.2 41.4) |
| LCH | lch(58.8 69.8 36.4) |
| OKLCH | oklch(0.666 0.187 30.3) |
Copy-ready code
/* CSS */
color: #f15c48;
background-color: #f15c48;
/* Tailwind (arbitrary) */
class="text-[#f15c48] bg-[#f15c48]"
/* SCSS */
$brand: #f15c48;
/* SwiftUI */
Color(red: 0.945, green: 0.361, blue: 0.282)
/* Android */
Color.parseColor("#f15c48")Accessibility — WCAG contrast
Aa
#f15c48 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f15c48 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green36.1%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow70.1%
Key (black)5.5%
Color previews
#f15c48 text on a black background
contrast 6.36:1
Card sample
#f15c48 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15c48;
Background color
Panel with #f15c48 background
background-color: #f15c48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15c48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 92, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 92, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15c48; background: linear-gradient(135deg, #f15c48, #F1CD48);