#ee2cff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 44, 255
HSL
295°, 100%, 59%
CMYK
7, 83, 0, 0
Luminance
0.2720
Every format
| HEX | #ee2cff |
| RGB | rgb(238, 44, 255) |
| HSL | hsl(295, 100%, 59%) |
| CMYK | cmyk(7%, 83%, 0%, 0%) |
| LAB | lab(59.2 90.7 -62.8) |
| LCH | lch(59.2 110.3 325.3) |
| OKLCH | oklch(0.688 0.301 324.3) |
Copy-ready code
/* CSS */
color: #ee2cff;
background-color: #ee2cff;
/* Tailwind (arbitrary) */
class="text-[#ee2cff] bg-[#ee2cff]"
/* SCSS */
$brand: #ee2cff;
/* SwiftUI */
Color(red: 0.933, green: 0.173, blue: 1.000)
/* Android */
Color.parseColor("#ee2cff")Accessibility — WCAG contrast
Aa
#ee2cff on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2cff on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.3%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta82.7%
Yellow0.0%
Key (black)0.0%
Color previews
#ee2cff text on a black background
contrast 6.44:1
Card sample
#ee2cff text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2cff;
Background color
Panel with #ee2cff background
background-color: #ee2cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 44, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 44, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2cff; background: linear-gradient(135deg, #ee2cff, #FF2C83);