#ee2db0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 45, 176
HSL
319°, 85%, 56%
CMYK
0, 81, 26, 7
Luminance
0.2319
Every format
| HEX | #ee2db0 |
| RGB | rgb(238, 45, 176) |
| HSL | hsl(319, 85%, 56%) |
| CMYK | cmyk(0%, 81%, 26%, 7%) |
| LAB | lab(55.3 79.7 -24.1) |
| LCH | lch(55.3 83.3 343.2) |
| OKLCH | oklch(0.648 0.251 345.2) |
Copy-ready code
/* CSS */
color: #ee2db0;
background-color: #ee2db0;
/* Tailwind (arbitrary) */
class="text-[#ee2db0] bg-[#ee2db0]"
/* SCSS */
$brand: #ee2db0;
/* SwiftUI */
Color(red: 0.933, green: 0.176, blue: 0.690)
/* Android */
Color.parseColor("#ee2db0")Accessibility — WCAG contrast
Aa
#ee2db0 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2db0 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow26.1%
Key (black)6.7%
Color previews
#ee2db0 text on a black background
contrast 5.64:1
Card sample
#ee2db0 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2db0;
Background color
Panel with #ee2db0 background
background-color: #ee2db0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2db0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 45, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 45, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2db0; background: linear-gradient(135deg, #ee2db0, #EE2D2F);