#df03ce
a dark, electric magenta / pink · warm · closest name: magenta
RGB
223, 3, 206
HSL
305°, 97%, 44%
CMYK
0, 99, 8, 13
Luminance
0.2021
Every format
| HEX | #df03ce |
| RGB | rgb(223, 3, 206) |
| HSL | hsl(305, 97%, 44%) |
| CMYK | cmyk(0%, 99%, 8%, 13%) |
| LAB | lab(52.1 86.2 -46.7) |
| LCH | lch(52.1 98.0 331.6) |
| OKLCH | oklch(0.625 0.280 332.6) |
Copy-ready code
/* CSS */
color: #df03ce;
background-color: #df03ce;
/* Tailwind (arbitrary) */
class="text-[#df03ce] bg-[#df03ce]"
/* SCSS */
$brand: #df03ce;
/* SwiftUI */
Color(red: 0.875, green: 0.012, blue: 0.808)
/* Android */
Color.parseColor("#df03ce")Accessibility — WCAG contrast
Aa
#df03ce on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df03ce on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green1.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow7.6%
Key (black)12.5%
Color previews
#df03ce text on a black background
contrast 5.04:1
Card sample
#df03ce text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df03ce;
Background color
Panel with #df03ce background
background-color: #df03ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df03ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 3, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 3, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df03ce; background: linear-gradient(135deg, #df03ce, #DF033B);