#ee37df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 55, 223
HSL
305°, 84%, 58%
CMYK
0, 77, 6, 7
Luminance
0.2624
Every format
| HEX | #ee37df |
| RGB | rgb(238, 55, 223) |
| HSL | hsl(305, 84%, 58%) |
| CMYK | cmyk(0%, 77%, 6%, 7%) |
| LAB | lab(58.3 83.4 -46.4) |
| LCH | lch(58.3 95.4 330.9) |
| OKLCH | oklch(0.676 0.271 331.9) |
Copy-ready code
/* CSS */
color: #ee37df;
background-color: #ee37df;
/* Tailwind (arbitrary) */
class="text-[#ee37df] bg-[#ee37df]"
/* SCSS */
$brand: #ee37df;
/* SwiftUI */
Color(red: 0.933, green: 0.216, blue: 0.875)
/* Android */
Color.parseColor("#ee37df")Accessibility — WCAG contrast
Aa
#ee37df on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee37df on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green21.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta76.9%
Yellow6.3%
Key (black)6.7%
Color previews
#ee37df text on a black background
contrast 6.25:1
Card sample
#ee37df text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee37df;
Background color
Panel with #ee37df background
background-color: #ee37df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee37df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 55, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 55, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee37df; background: linear-gradient(135deg, #ee37df, #EE3765);