#df06c5
a dark, electric magenta / pink · warm · closest name: magenta
RGB
223, 6, 197
HSL
307°, 95%, 45%
CMYK
0, 97, 12, 13
Luminance
0.1985
Every format
| HEX | #df06c5 |
| RGB | rgb(223, 6, 197) |
| HSL | hsl(307, 95%, 45%) |
| CMYK | cmyk(0%, 97%, 12%, 13%) |
| LAB | lab(51.7 84.8 -42.1) |
| LCH | lch(51.7 94.7 333.6) |
| OKLCH | oklch(0.620 0.274 335.0) |
Copy-ready code
/* CSS */
color: #df06c5;
background-color: #df06c5;
/* Tailwind (arbitrary) */
class="text-[#df06c5] bg-[#df06c5]"
/* SCSS */
$brand: #df06c5;
/* SwiftUI */
Color(red: 0.875, green: 0.024, blue: 0.773)
/* Android */
Color.parseColor("#df06c5")Accessibility — WCAG contrast
Aa
#df06c5 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df06c5 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green2.4%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta97.3%
Yellow11.7%
Key (black)12.5%
Color previews
#df06c5 text on a black background
contrast 4.97:1
Card sample
#df06c5 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df06c5;
Background color
Panel with #df06c5 background
background-color: #df06c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df06c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 6, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 6, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df06c5; background: linear-gradient(135deg, #df06c5, #DF0634);