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