#df009c
a dark, electric magenta / pink · warm · closest name: orchid
RGB
223, 0, 156
HSL
318°, 100%, 44%
CMYK
0, 100, 30, 13
Luminance
0.1809
Every format
| HEX | #df009c |
| RGB | rgb(223, 0, 156) |
| HSL | hsl(318, 100%, 44%) |
| CMYK | cmyk(0%, 100%, 30%, 13%) |
| LAB | lab(49.6 80.4 -21.3) |
| LCH | lch(49.6 83.2 345.2) |
| OKLCH | oklch(0.599 0.253 347.1) |
Copy-ready code
/* CSS */
color: #df009c;
background-color: #df009c;
/* Tailwind (arbitrary) */
class="text-[#df009c] bg-[#df009c]"
/* SCSS */
$brand: #df009c;
/* SwiftUI */
Color(red: 0.875, green: 0.000, blue: 0.612)
/* Android */
Color.parseColor("#df009c")Accessibility — WCAG contrast
Aa
#df009c on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df009c on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green0.0%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow30.0%
Key (black)12.5%
Color previews
#df009c text on a black background
contrast 4.62:1
Card sample
#df009c text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df009c;
Background color
Panel with #df009c background
background-color: #df009c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df009c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 0, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 0, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df009c; background: linear-gradient(135deg, #df009c, #DF0007);