#df60c4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 96, 196
HSL
313°, 67%, 63%
CMYK
0, 57, 12, 13
Luminance
0.2804
Every format
| HEX | #df60c4 |
| RGB | rgb(223, 96, 196) |
| HSL | hsl(313, 67%, 63%) |
| CMYK | cmyk(0%, 57%, 12%, 13%) |
| LAB | lab(59.9 61.2 -28.6) |
| LCH | lch(59.9 67.6 334.9) |
| OKLCH | oklch(0.680 0.195 336.5) |
Copy-ready code
/* CSS */
color: #df60c4;
background-color: #df60c4;
/* Tailwind (arbitrary) */
class="text-[#df60c4] bg-[#df60c4]"
/* SCSS */
$brand: #df60c4;
/* SwiftUI */
Color(red: 0.875, green: 0.376, blue: 0.769)
/* Android */
Color.parseColor("#df60c4")Accessibility — WCAG contrast
Aa
#df60c4 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df60c4 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.6%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow12.1%
Key (black)12.5%
Color previews
#df60c4 text on a black background
contrast 6.61:1
Card sample
#df60c4 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df60c4;
Background color
Panel with #df60c4 background
background-color: #df60c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df60c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 96, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 96, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df60c4; background: linear-gradient(135deg, #df60c4, #DF606F);