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