#dc3eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 62, 238
HSL
294°, 84%, 59%
CMYK
8, 74, 0, 7
Luminance
0.2483
Every format
| HEX | #dc3eee |
| RGB | rgb(220, 62, 238) |
| HSL | hsl(294, 84%, 59%) |
| CMYK | cmyk(8%, 74%, 0%, 7%) |
| LAB | lab(56.9 80.2 -57.1) |
| LCH | lch(56.9 98.4 324.5) |
| OKLCH | oklch(0.664 0.268 323.4) |
Copy-ready code
/* CSS */
color: #dc3eee;
background-color: #dc3eee;
/* Tailwind (arbitrary) */
class="text-[#dc3eee] bg-[#dc3eee]"
/* SCSS */
$brand: #dc3eee;
/* SwiftUI */
Color(red: 0.863, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#dc3eee")Accessibility — WCAG contrast
Aa
#dc3eee on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc3eee on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green24.3%
Blue93.3%
CMYK percentages
Cyan7.6%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#dc3eee text on a black background
contrast 5.97:1
Card sample
#dc3eee text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc3eee;
Background color
Panel with #dc3eee background
background-color: #dc3eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc3eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc3eee; background: linear-gradient(135deg, #dc3eee, #EE3E8A);