#eb445b
a balanced, electric red · warm · closest name: crimson
RGB
235, 68, 91
HSL
352°, 81%, 59%
CMYK
0, 71, 61, 8
Luminance
0.2255
Every format
| HEX | #eb445b |
| RGB | rgb(235, 68, 91) |
| HSL | hsl(352, 81%, 59%) |
| CMYK | cmyk(0%, 71%, 61%, 8%) |
| LAB | lab(54.6 64.7 25.2) |
| LCH | lch(54.6 69.4 21.3) |
| OKLCH | oklch(0.634 0.202 17.6) |
Copy-ready code
/* CSS */
color: #eb445b;
background-color: #eb445b;
/* Tailwind (arbitrary) */
class="text-[#eb445b] bg-[#eb445b]"
/* SCSS */
$brand: #eb445b;
/* SwiftUI */
Color(red: 0.922, green: 0.267, blue: 0.357)
/* Android */
Color.parseColor("#eb445b")Accessibility — WCAG contrast
Aa
#eb445b on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb445b on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green26.7%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow61.3%
Key (black)7.8%
Color previews
#eb445b text on a black background
contrast 5.51:1
Card sample
#eb445b text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb445b;
Background color
Panel with #eb445b background
background-color: #eb445b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb445b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 68, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 68, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb445b; background: linear-gradient(135deg, #eb445b, #EB9C44);