#eb2b65
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 43, 101
HSL
342°, 83%, 55%
CMYK
0, 82, 57, 8
Luminance
0.2033
Every format
| HEX | #eb2b65 |
| RGB | rgb(235, 43, 101) |
| HSL | hsl(342, 83%, 55%) |
| CMYK | cmyk(0%, 82%, 57%, 8%) |
| LAB | lab(52.2 72.6 16.0) |
| LCH | lch(52.2 74.4 12.5) |
| OKLCH | oklch(0.617 0.224 10.3) |
Copy-ready code
/* CSS */
color: #eb2b65;
background-color: #eb2b65;
/* Tailwind (arbitrary) */
class="text-[#eb2b65] bg-[#eb2b65]"
/* SCSS */
$brand: #eb2b65;
/* SwiftUI */
Color(red: 0.922, green: 0.169, blue: 0.396)
/* Android */
Color.parseColor("#eb2b65")Accessibility — WCAG contrast
Aa
#eb2b65 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2b65 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.9%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow57.0%
Key (black)7.8%
Color previews
#eb2b65 text on a black background
contrast 5.07:1
Card sample
#eb2b65 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2b65;
Background color
Panel with #eb2b65 background
background-color: #eb2b65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2b65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 43, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 43, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2b65; background: linear-gradient(135deg, #eb2b65, #EB712B);