#ee18ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 24, 206
HSL
309°, 86%, 51%
CMYK
0, 90, 13, 7
Luminance
0.2329
Every format
| HEX | #ee18ce |
| RGB | rgb(238, 24, 206) |
| HSL | hsl(309, 86%, 51%) |
| CMYK | cmyk(0%, 90%, 13%, 7%) |
| LAB | lab(55.4 87.0 -41.3) |
| LCH | lch(55.4 96.3 334.6) |
| OKLCH | oklch(0.653 0.280 336.2) |
Copy-ready code
/* CSS */
color: #ee18ce;
background-color: #ee18ce;
/* Tailwind (arbitrary) */
class="text-[#ee18ce] bg-[#ee18ce]"
/* SCSS */
$brand: #ee18ce;
/* SwiftUI */
Color(red: 0.933, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#ee18ce")Accessibility — WCAG contrast
Aa
#ee18ce on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee18ce on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green9.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow13.4%
Key (black)6.7%
Color previews
#ee18ce text on a black background
contrast 5.66:1
Card sample
#ee18ce text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee18ce;
Background color
Panel with #ee18ce background
background-color: #ee18ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee18ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee18ce; background: linear-gradient(135deg, #ee18ce, #EE183F);