#dc2feb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 47, 235
HSL
295°, 83%, 55%
CMYK
6, 80, 0, 8
Luminance
0.2325
Every format
| HEX | #dc2feb |
| RGB | rgb(220, 47, 235) |
| HSL | hsl(295, 83%, 55%) |
| CMYK | cmyk(6%, 80%, 0%, 8%) |
| LAB | lab(55.3 83.8 -58.0) |
| LCH | lch(55.3 101.9 325.3) |
| OKLCH | oklch(0.652 0.278 324.4) |
Copy-ready code
/* CSS */
color: #dc2feb;
background-color: #dc2feb;
/* Tailwind (arbitrary) */
class="text-[#dc2feb] bg-[#dc2feb]"
/* SCSS */
$brand: #dc2feb;
/* SwiftUI */
Color(red: 0.863, green: 0.184, blue: 0.922)
/* Android */
Color.parseColor("#dc2feb")Accessibility — WCAG contrast
Aa
#dc2feb on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc2feb on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green18.4%
Blue92.2%
CMYK percentages
Cyan6.4%
Magenta80.0%
Yellow0.0%
Key (black)7.8%
Color previews
#dc2feb text on a black background
contrast 5.65:1
Card sample
#dc2feb text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc2feb;
Background color
Panel with #dc2feb background
background-color: #dc2feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc2feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 47, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 47, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc2feb; background: linear-gradient(135deg, #dc2feb, #EB2F7D);