#dc02df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
220, 2, 223
HSL
299°, 98%, 44%
CMYK
1, 99, 0, 13
Luminance
0.2059
Every format
| HEX | #dc02df |
| RGB | rgb(220, 2, 223) |
| HSL | hsl(299, 98%, 44%) |
| CMYK | cmyk(1%, 99%, 0%, 13%) |
| LAB | lab(52.5 88.2 -55.8) |
| LCH | lch(52.5 104.3 327.7) |
| OKLCH | oklch(0.630 0.290 327.6) |
Copy-ready code
/* CSS */
color: #dc02df;
background-color: #dc02df;
/* Tailwind (arbitrary) */
class="text-[#dc02df] bg-[#dc02df]"
/* SCSS */
$brand: #dc02df;
/* SwiftUI */
Color(red: 0.863, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#dc02df")Accessibility — WCAG contrast
Aa
#dc02df on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc02df on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green0.8%
Blue87.5%
CMYK percentages
Cyan1.3%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#dc02df text on a black background
contrast 5.12:1
Card sample
#dc02df text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc02df;
Background color
Panel with #dc02df background
background-color: #dc02df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc02df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc02df; background: linear-gradient(135deg, #dc02df, #DF024F);