#f15c4e
a balanced, electric red · warm · closest name: tomato
RGB
241, 92, 78
HSL
5°, 85%, 63%
CMYK
0, 62, 68, 6
Luminance
0.2691
Every format
| HEX | #f15c4e |
| RGB | rgb(241, 92, 78) |
| HSL | hsl(5, 85%, 63%) |
| CMYK | cmyk(0%, 62%, 68%, 6%) |
| LAB | lab(58.9 56.5 38.2) |
| LCH | lch(58.9 68.2 34.1) |
| OKLCH | oklch(0.667 0.186 28.4) |
Copy-ready code
/* CSS */
color: #f15c4e;
background-color: #f15c4e;
/* Tailwind (arbitrary) */
class="text-[#f15c4e] bg-[#f15c4e]"
/* SCSS */
$brand: #f15c4e;
/* SwiftUI */
Color(red: 0.945, green: 0.361, blue: 0.306)
/* Android */
Color.parseColor("#f15c4e")Accessibility — WCAG contrast
Aa
#f15c4e on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f15c4e on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green36.1%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow67.6%
Key (black)5.5%
Color previews
#f15c4e text on a black background
contrast 6.38:1
Card sample
#f15c4e text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15c4e;
Background color
Panel with #f15c4e background
background-color: #f15c4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15c4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 92, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 92, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15c4e; background: linear-gradient(135deg, #f15c4e, #F1C94E);