#eb4d64
a balanced, electric red · warm · closest name: crimson
RGB
235, 77, 100
HSL
351°, 80%, 61%
CMYK
0, 67, 57, 8
Luminance
0.2389
Every format
| HEX | #eb4d64 |
| RGB | rgb(235, 77, 100) |
| HSL | hsl(351, 80%, 61%) |
| CMYK | cmyk(0%, 67%, 57%, 8%) |
| LAB | lab(56.0 62.0 21.7) |
| LCH | lch(56.0 65.7 19.3) |
| OKLCH | oklch(0.645 0.193 16.1) |
Copy-ready code
/* CSS */
color: #eb4d64;
background-color: #eb4d64;
/* Tailwind (arbitrary) */
class="text-[#eb4d64] bg-[#eb4d64]"
/* SCSS */
$brand: #eb4d64;
/* SwiftUI */
Color(red: 0.922, green: 0.302, blue: 0.392)
/* Android */
Color.parseColor("#eb4d64")Accessibility — WCAG contrast
Aa
#eb4d64 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4d64 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green30.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow57.4%
Key (black)7.8%
Color previews
#eb4d64 text on a black background
contrast 5.78:1
Card sample
#eb4d64 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4d64;
Background color
Panel with #eb4d64 background
background-color: #eb4d64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4d64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 77, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 77, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4d64; background: linear-gradient(135deg, #eb4d64, #EB9F4D);