#e15744
a balanced, vivid red · warm · closest name: tomato
RGB
225, 87, 68
HSL
7°, 72%, 58%
CMYK
0, 61, 70, 12
Luminance
0.2324
Every format
| HEX | #e15744 |
| RGB | rgb(225, 87, 68) |
| HSL | hsl(7, 72%, 58%) |
| CMYK | cmyk(0%, 61%, 70%, 12%) |
| LAB | lab(55.3 52.7 38.9) |
| LCH | lch(55.3 65.5 36.5) |
| OKLCH | oklch(0.635 0.176 30.4) |
Copy-ready code
/* CSS */
color: #e15744;
background-color: #e15744;
/* Tailwind (arbitrary) */
class="text-[#e15744] bg-[#e15744]"
/* SCSS */
$brand: #e15744;
/* SwiftUI */
Color(red: 0.882, green: 0.341, blue: 0.267)
/* Android */
Color.parseColor("#e15744")Accessibility — WCAG contrast
Aa
#e15744 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e15744 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green34.1%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow69.8%
Key (black)11.8%
Color previews
#e15744 text on a black background
contrast 5.65:1
Card sample
#e15744 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e15744;
Background color
Panel with #e15744 background
background-color: #e15744;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e15744;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 87, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 87, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e15744; background: linear-gradient(135deg, #e15744, #E1C044);