#ee3eb3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 62, 179
HSL
320°, 84%, 59%
CMYK
0, 74, 25, 7
Luminance
0.2488
Every format
| HEX | #ee3eb3 |
| RGB | rgb(238, 62, 179) |
| HSL | hsl(320, 84%, 59%) |
| CMYK | cmyk(0%, 74%, 25%, 7%) |
| LAB | lab(57.0 75.6 -23.3) |
| LCH | lch(57.0 79.1 342.9) |
| OKLCH | oklch(0.660 0.237 344.9) |
Copy-ready code
/* CSS */
color: #ee3eb3;
background-color: #ee3eb3;
/* Tailwind (arbitrary) */
class="text-[#ee3eb3] bg-[#ee3eb3]"
/* SCSS */
$brand: #ee3eb3;
/* SwiftUI */
Color(red: 0.933, green: 0.243, blue: 0.702)
/* Android */
Color.parseColor("#ee3eb3")Accessibility — WCAG contrast
Aa
#ee3eb3 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3eb3 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green24.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow24.8%
Key (black)6.7%
Color previews
#ee3eb3 text on a black background
contrast 5.98:1
Card sample
#ee3eb3 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3eb3;
Background color
Panel with #ee3eb3 background
background-color: #ee3eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 62, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 62, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3eb3; background: linear-gradient(135deg, #ee3eb3, #EE3E3E);