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