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