#dc4fed
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 79, 237
HSL
294°, 81%, 62%
CMYK
7, 67, 0, 7
Luminance
0.2692
Every format
| HEX | #dc4fed |
| RGB | rgb(220, 79, 237) |
| HSL | hsl(294, 81%, 62%) |
| CMYK | cmyk(7%, 67%, 0%, 7%) |
| LAB | lab(58.9 74.2 -53.4) |
| LCH | lch(58.9 91.4 324.3) |
| OKLCH | oklch(0.678 0.248 323.2) |
Copy-ready code
/* CSS */
color: #dc4fed;
background-color: #dc4fed;
/* Tailwind (arbitrary) */
class="text-[#dc4fed] bg-[#dc4fed]"
/* SCSS */
$brand: #dc4fed;
/* SwiftUI */
Color(red: 0.863, green: 0.310, blue: 0.929)
/* Android */
Color.parseColor("#dc4fed")Accessibility — WCAG contrast
Aa
#dc4fed on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc4fed on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green31.0%
Blue92.9%
CMYK percentages
Cyan7.2%
Magenta66.7%
Yellow0.0%
Key (black)7.1%
Color previews
#dc4fed text on a black background
contrast 6.38:1
Card sample
#dc4fed text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc4fed;
Background color
Panel with #dc4fed background
background-color: #dc4fed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc4fed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 79, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 79, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc4fed; background: linear-gradient(135deg, #dc4fed, #ED4F95);