#df13ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 19, 206
HSL
305°, 84%, 48%
CMYK
0, 92, 8, 13
Luminance
0.2061
Every format
| HEX | #df13ce |
| RGB | rgb(223, 19, 206) |
| HSL | hsl(305, 84%, 48%) |
| CMYK | cmyk(0%, 92%, 8%, 13%) |
| LAB | lab(52.5 84.9 -46.0) |
| LCH | lch(52.5 96.5 331.6) |
| OKLCH | oklch(0.628 0.276 332.6) |
Copy-ready code
/* CSS */
color: #df13ce;
background-color: #df13ce;
/* Tailwind (arbitrary) */
class="text-[#df13ce] bg-[#df13ce]"
/* SCSS */
$brand: #df13ce;
/* SwiftUI */
Color(red: 0.875, green: 0.075, blue: 0.808)
/* Android */
Color.parseColor("#df13ce")Accessibility — WCAG contrast
Aa
#df13ce on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df13ce on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow7.6%
Key (black)12.5%
Color previews
#df13ce text on a black background
contrast 5.12:1
Card sample
#df13ce text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df13ce;
Background color
Panel with #df13ce background
background-color: #df13ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df13ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 19, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 19, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df13ce; background: linear-gradient(135deg, #df13ce, #DF1346);