#ee4499
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 68, 153
HSL
330°, 83%, 60%
CMYK
0, 71, 36, 7
Luminance
0.2461
Every format
| HEX | #ee4499 |
| RGB | rgb(238, 68, 153) |
| HSL | hsl(330, 83%, 60%) |
| CMYK | cmyk(0%, 71%, 36%, 7%) |
| LAB | lab(56.7 70.7 -8.5) |
| LCH | lch(56.7 71.2 353.2) |
| OKLCH | oklch(0.655 0.218 354.3) |
Copy-ready code
/* CSS */
color: #ee4499;
background-color: #ee4499;
/* Tailwind (arbitrary) */
class="text-[#ee4499] bg-[#ee4499]"
/* SCSS */
$brand: #ee4499;
/* SwiftUI */
Color(red: 0.933, green: 0.267, blue: 0.600)
/* Android */
Color.parseColor("#ee4499")Accessibility — WCAG contrast
Aa
#ee4499 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee4499 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green26.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow35.7%
Key (black)6.7%
Color previews
#ee4499 text on a black background
contrast 5.92:1
Card sample
#ee4499 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4499;
Background color
Panel with #ee4499 background
background-color: #ee4499;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4499;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 68, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 68, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4499; background: linear-gradient(135deg, #ee4499, #EE6044);