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