#ee11ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 17, 255
HSL
296°, 100%, 53%
CMYK
7, 93, 0, 0
Luminance
0.2580
Every format
| HEX | #ee11ff |
| RGB | rgb(238, 17, 255) |
| HSL | hsl(296, 100%, 53%) |
| CMYK | cmyk(7%, 93%, 0%, 0%) |
| LAB | lab(57.9 94.5 -65.0) |
| LCH | lch(57.9 114.7 325.5) |
| OKLCH | oklch(0.679 0.313 324.6) |
Copy-ready code
/* CSS */
color: #ee11ff;
background-color: #ee11ff;
/* Tailwind (arbitrary) */
class="text-[#ee11ff] bg-[#ee11ff]"
/* SCSS */
$brand: #ee11ff;
/* SwiftUI */
Color(red: 0.933, green: 0.067, blue: 1.000)
/* Android */
Color.parseColor("#ee11ff")Accessibility — WCAG contrast
Aa
#ee11ff on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee11ff on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green6.7%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta93.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ee11ff text on a black background
contrast 6.16:1
Card sample
#ee11ff text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee11ff;
Background color
Panel with #ee11ff background
background-color: #ee11ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee11ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 17, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 17, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee11ff; background: linear-gradient(135deg, #ee11ff, #FF1171);