#ee00ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 0, 238
HSL
300°, 100%, 47%
CMYK
0, 100, 0, 7
Luminance
0.2435
Every format
| HEX | #ee00ee |
| RGB | rgb(238, 0, 238) |
| HSL | hsl(300, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 0%, 7%) |
| LAB | lab(56.4 93.2 -57.7) |
| LCH | lch(56.4 109.7 328.2) |
| OKLCH | oklch(0.666 0.306 328.4) |
Copy-ready code
/* CSS */
color: #ee00ee;
background-color: #ee00ee;
/* Tailwind (arbitrary) */
class="text-[#ee00ee] bg-[#ee00ee]"
/* SCSS */
$brand: #ee00ee;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.933)
/* Android */
Color.parseColor("#ee00ee")Accessibility — WCAG contrast
Aa
#ee00ee on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee00ee on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)6.7%
Color previews
#ee00ee text on a black background
contrast 5.87:1
Card sample
#ee00ee text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee00ee;
Background color
Panel with #ee00ee background
background-color: #ee00ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee00ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee00ee; background: linear-gradient(135deg, #ee00ee, #EE004F);