#dc1eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 30, 238
HSL
295°, 86%, 53%
CMYK
8, 87, 0, 7
Luminance
0.2232
Every format
| HEX | #dc1eee |
| RGB | rgb(220, 30, 238) |
| HSL | hsl(295, 86%, 53%) |
| CMYK | cmyk(8%, 87%, 0%, 7%) |
| LAB | lab(54.4 87.6 -61.2) |
| LCH | lch(54.4 106.9 325.0) |
| OKLCH | oklch(0.646 0.291 323.9) |
Copy-ready code
/* CSS */
color: #dc1eee;
background-color: #dc1eee;
/* Tailwind (arbitrary) */
class="text-[#dc1eee] bg-[#dc1eee]"
/* SCSS */
$brand: #dc1eee;
/* SwiftUI */
Color(red: 0.863, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#dc1eee")Accessibility — WCAG contrast
Aa
#dc1eee on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc1eee on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green11.8%
Blue93.3%
CMYK percentages
Cyan7.6%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#dc1eee text on a black background
contrast 5.46:1
Card sample
#dc1eee text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc1eee;
Background color
Panel with #dc1eee background
background-color: #dc1eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc1eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc1eee; background: linear-gradient(135deg, #dc1eee, #EE1E75);