#ee335e
a balanced, electric red · warm · closest name: crimson
RGB
238, 51, 94
HSL
346°, 85%, 57%
CMYK
0, 79, 61, 7
Luminance
0.2135
Every format
| HEX | #ee335e |
| RGB | rgb(238, 51, 94) |
| HSL | hsl(346, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 61%, 7%) |
| LAB | lab(53.3 71.0 21.9) |
| LCH | lch(53.3 74.3 17.1) |
| OKLCH | oklch(0.626 0.220 14.1) |
Copy-ready code
/* CSS */
color: #ee335e;
background-color: #ee335e;
/* Tailwind (arbitrary) */
class="text-[#ee335e] bg-[#ee335e]"
/* SCSS */
$brand: #ee335e;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.369)
/* Android */
Color.parseColor("#ee335e")Accessibility — WCAG contrast
Aa
#ee335e on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee335e on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow60.5%
Key (black)6.7%
Color previews
#ee335e text on a black background
contrast 5.27:1
Card sample
#ee335e text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee335e;
Background color
Panel with #ee335e background
background-color: #ee335e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee335e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee335e; background: linear-gradient(135deg, #ee335e, #EE8533);