#eb394f
a balanced, electric red · warm · closest name: crimson
RGB
235, 57, 79
HSL
353°, 82%, 57%
CMYK
0, 76, 66, 8
Luminance
0.2115
Every format
| HEX | #eb394f |
| RGB | rgb(235, 57, 79) |
| HSL | hsl(353, 82%, 57%) |
| CMYK | cmyk(0%, 76%, 66%, 8%) |
| LAB | lab(53.1 67.6 30.4) |
| LCH | lch(53.1 74.1 24.2) |
| OKLCH | oklch(0.622 0.212 19.7) |
Copy-ready code
/* CSS */
color: #eb394f;
background-color: #eb394f;
/* Tailwind (arbitrary) */
class="text-[#eb394f] bg-[#eb394f]"
/* SCSS */
$brand: #eb394f;
/* SwiftUI */
Color(red: 0.922, green: 0.224, blue: 0.310)
/* Android */
Color.parseColor("#eb394f")Accessibility — WCAG contrast
Aa
#eb394f on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb394f on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta75.7%
Yellow66.4%
Key (black)7.8%
Color previews
#eb394f text on a black background
contrast 5.23:1
Card sample
#eb394f text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb394f;
Background color
Panel with #eb394f background
background-color: #eb394f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb394f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 57, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 57, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb394f; background: linear-gradient(135deg, #eb394f, #EB9A39);