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