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