#df419c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 65, 156
HSL
325°, 71%, 57%
CMYK
0, 71, 30, 13
Luminance
0.2187
Every format
| HEX | #df419c |
| RGB | rgb(223, 65, 156) |
| HSL | hsl(325, 71%, 57%) |
| CMYK | cmyk(0%, 71%, 30%, 13%) |
| LAB | lab(53.9 68.1 -14.7) |
| LCH | lch(53.9 69.7 347.8) |
| OKLCH | oklch(0.630 0.211 349.5) |
Copy-ready code
/* CSS */
color: #df419c;
background-color: #df419c;
/* Tailwind (arbitrary) */
class="text-[#df419c] bg-[#df419c]"
/* SCSS */
$brand: #df419c;
/* SwiftUI */
Color(red: 0.875, green: 0.255, blue: 0.612)
/* Android */
Color.parseColor("#df419c")Accessibility — WCAG contrast
Aa
#df419c on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df419c on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow30.0%
Key (black)12.5%
Color previews
#df419c text on a black background
contrast 5.37:1
Card sample
#df419c text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df419c;
Background color
Panel with #df419c background
background-color: #df419c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df419c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 65, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 65, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df419c; background: linear-gradient(135deg, #df419c, #DF4F41);