#df006c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
223, 0, 108
HSL
331°, 100%, 44%
CMYK
0, 100, 52, 13
Luminance
0.1677
Every format
| HEX | #df006c |
| RGB | rgb(223, 0, 108) |
| HSL | hsl(331, 100%, 44%) |
| CMYK | cmyk(0%, 100%, 52%, 13%) |
| LAB | lab(48.0 76.2 5.5) |
| LCH | lch(48.0 76.4 4.1) |
| OKLCH | oklch(0.582 0.234 3.6) |
Copy-ready code
/* CSS */
color: #df006c;
background-color: #df006c;
/* Tailwind (arbitrary) */
class="text-[#df006c] bg-[#df006c]"
/* SCSS */
$brand: #df006c;
/* SwiftUI */
Color(red: 0.875, green: 0.000, blue: 0.424)
/* Android */
Color.parseColor("#df006c")Accessibility — WCAG contrast
Aa
#df006c on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df006c on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green0.0%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow51.6%
Key (black)12.5%
Color previews
#df006c text on a black background
contrast 4.35:1
Card sample
#df006c text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df006c;
Background color
Panel with #df006c background
background-color: #df006c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df006c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 0, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 0, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df006c; background: linear-gradient(135deg, #df006c, #DF2800);