#ee4eb3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 78, 179
HSL
322°, 83%, 62%
CMYK
0, 67, 25, 7
Luminance
0.2688
Every format
| HEX | #ee4eb3 |
| RGB | rgb(238, 78, 179) |
| HSL | hsl(322, 83%, 62%) |
| CMYK | cmyk(0%, 67%, 25%, 7%) |
| LAB | lab(58.9 70.2 -20.3) |
| LCH | lch(58.9 73.1 343.9) |
| OKLCH | oklch(0.674 0.219 345.8) |
Copy-ready code
/* CSS */
color: #ee4eb3;
background-color: #ee4eb3;
/* Tailwind (arbitrary) */
class="text-[#ee4eb3] bg-[#ee4eb3]"
/* SCSS */
$brand: #ee4eb3;
/* SwiftUI */
Color(red: 0.933, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#ee4eb3")Accessibility — WCAG contrast
Aa
#ee4eb3 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee4eb3 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green30.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow24.8%
Key (black)6.7%
Color previews
#ee4eb3 text on a black background
contrast 6.38:1
Card sample
#ee4eb3 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4eb3;
Background color
Panel with #ee4eb3 background
background-color: #ee4eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4eb3; background: linear-gradient(135deg, #ee4eb3, #EE544E);