#eb385b
a balanced, electric red · warm · closest name: crimson
RGB
235, 56, 91
HSL
348°, 82%, 57%
CMYK
0, 76, 61, 8
Luminance
0.2125
Every format
| HEX | #eb385b |
| RGB | rgb(235, 56, 91) |
| HSL | hsl(348, 82%, 57%) |
| CMYK | cmyk(0%, 76%, 61%, 8%) |
| LAB | lab(53.2 68.6 23.4) |
| LCH | lch(53.2 72.5 18.9) |
| OKLCH | oklch(0.624 0.213 15.5) |
Copy-ready code
/* CSS */
color: #eb385b;
background-color: #eb385b;
/* Tailwind (arbitrary) */
class="text-[#eb385b] bg-[#eb385b]"
/* SCSS */
$brand: #eb385b;
/* SwiftUI */
Color(red: 0.922, green: 0.220, blue: 0.357)
/* Android */
Color.parseColor("#eb385b")Accessibility — WCAG contrast
Aa
#eb385b on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb385b on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.0%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow61.3%
Key (black)7.8%
Color previews
#eb385b text on a black background
contrast 5.25:1
Card sample
#eb385b text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb385b;
Background color
Panel with #eb385b background
background-color: #eb385b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb385b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 56, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 56, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb385b; background: linear-gradient(135deg, #eb385b, #EB8D38);