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