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