#e33b73
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
227, 59, 115
HSL
340°, 75%, 56%
CMYK
0, 74, 49, 11
Luminance
0.2070
Every format
| HEX | #e33b73 |
| RGB | rgb(227, 59, 115) |
| HSL | hsl(340, 75%, 56%) |
| CMYK | cmyk(0%, 74%, 49%, 11%) |
| LAB | lab(52.6 67.1 7.9) |
| LCH | lch(52.6 67.6 6.7) |
| OKLCH | oklch(0.618 0.206 5.8) |
Copy-ready code
/* CSS */
color: #e33b73;
background-color: #e33b73;
/* Tailwind (arbitrary) */
class="text-[#e33b73] bg-[#e33b73]"
/* SCSS */
$brand: #e33b73;
/* SwiftUI */
Color(red: 0.890, green: 0.231, blue: 0.451)
/* Android */
Color.parseColor("#e33b73")Accessibility — WCAG contrast
Aa
#e33b73 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e33b73 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green23.1%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta74.0%
Yellow49.3%
Key (black)11.0%
Color previews
#e33b73 text on a black background
contrast 5.14:1
Card sample
#e33b73 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e33b73;
Background color
Panel with #e33b73 background
background-color: #e33b73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e33b73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 59, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 59, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e33b73; background: linear-gradient(135deg, #e33b73, #E3733B);