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