#dc4eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 78, 238
HSL
293°, 83%, 62%
CMYK
8, 67, 0, 7
Luminance
0.2684
Every format
| HEX | #dc4eee |
| RGB | rgb(220, 78, 238) |
| HSL | hsl(293, 83%, 62%) |
| CMYK | cmyk(8%, 67%, 0%, 7%) |
| LAB | lab(58.8 74.7 -54.1) |
| LCH | lch(58.8 92.3 324.1) |
| OKLCH | oklch(0.677 0.251 323.0) |
Copy-ready code
/* CSS */
color: #dc4eee;
background-color: #dc4eee;
/* Tailwind (arbitrary) */
class="text-[#dc4eee] bg-[#dc4eee]"
/* SCSS */
$brand: #dc4eee;
/* SwiftUI */
Color(red: 0.863, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#dc4eee")Accessibility — WCAG contrast
Aa
#dc4eee on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc4eee on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green30.6%
Blue93.3%
CMYK percentages
Cyan7.6%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#dc4eee text on a black background
contrast 6.37:1
Card sample
#dc4eee text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc4eee;
Background color
Panel with #dc4eee background
background-color: #dc4eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc4eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc4eee; background: linear-gradient(135deg, #dc4eee, #EE4E95);