#eb2b5f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 43, 95
HSL
344°, 83%, 55%
CMYK
0, 82, 60, 8
Luminance
0.2022
Every format
| HEX | #eb2b5f |
| RGB | rgb(235, 43, 95) |
| HSL | hsl(344, 83%, 55%) |
| CMYK | cmyk(0%, 82%, 60%, 8%) |
| LAB | lab(52.1 72.2 19.5) |
| LCH | lch(52.1 74.8 15.1) |
| OKLCH | oklch(0.616 0.223 12.4) |
Copy-ready code
/* CSS */
color: #eb2b5f;
background-color: #eb2b5f;
/* Tailwind (arbitrary) */
class="text-[#eb2b5f] bg-[#eb2b5f]"
/* SCSS */
$brand: #eb2b5f;
/* SwiftUI */
Color(red: 0.922, green: 0.169, blue: 0.373)
/* Android */
Color.parseColor("#eb2b5f")Accessibility — WCAG contrast
Aa
#eb2b5f on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2b5f on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow59.6%
Key (black)7.8%
Color previews
#eb2b5f text on a black background
contrast 5.04:1
Card sample
#eb2b5f text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2b5f;
Background color
Panel with #eb2b5f background
background-color: #eb2b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 43, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 43, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2b5f; background: linear-gradient(135deg, #eb2b5f, #EB772B);