#ee2db8
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 45, 184
HSL
317°, 85%, 56%
CMYK
0, 81, 23, 7
Luminance
0.2351
Every format
| HEX | #ee2db8 |
| RGB | rgb(238, 45, 184) |
| HSL | hsl(317, 85%, 56%) |
| CMYK | cmyk(0%, 81%, 23%, 7%) |
| LAB | lab(55.6 80.6 -28.3) |
| LCH | lch(55.6 85.4 340.7) |
| OKLCH | oklch(0.651 0.255 342.7) |
Copy-ready code
/* CSS */
color: #ee2db8;
background-color: #ee2db8;
/* Tailwind (arbitrary) */
class="text-[#ee2db8] bg-[#ee2db8]"
/* SCSS */
$brand: #ee2db8;
/* SwiftUI */
Color(red: 0.933, green: 0.176, blue: 0.722)
/* Android */
Color.parseColor("#ee2db8")Accessibility — WCAG contrast
Aa
#ee2db8 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2db8 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.6%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow22.7%
Key (black)6.7%
Color previews
#ee2db8 text on a black background
contrast 5.70:1
Card sample
#ee2db8 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2db8;
Background color
Panel with #ee2db8 background
background-color: #ee2db8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2db8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 45, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 45, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2db8; background: linear-gradient(135deg, #ee2db8, #EE2D37);