#ee33ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 51, 238
HSL
300°, 85%, 57%
CMYK
0, 79, 0, 7
Luminance
0.2672
Every format
| HEX | #ee33ee |
| RGB | rgb(238, 51, 238) |
| HSL | hsl(300, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 0%, 7%) |
| LAB | lab(58.7 86.6 -54.1) |
| LCH | lch(58.7 102.1 328.0) |
| OKLCH | oklch(0.682 0.284 328.2) |
Copy-ready code
/* CSS */
color: #ee33ee;
background-color: #ee33ee;
/* Tailwind (arbitrary) */
class="text-[#ee33ee] bg-[#ee33ee]"
/* SCSS */
$brand: #ee33ee;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#ee33ee")Accessibility — WCAG contrast
Aa
#ee33ee on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee33ee on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#ee33ee text on a black background
contrast 6.34:1
Card sample
#ee33ee text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee33ee;
Background color
Panel with #ee33ee background
background-color: #ee33ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee33ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee33ee; background: linear-gradient(135deg, #ee33ee, #EE3371);