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