#df41c8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 65, 200
HSL
309°, 71%, 57%
CMYK
0, 71, 10, 13
Luminance
0.2364
Every format
| HEX | #df41c8 |
| RGB | rgb(223, 65, 200) |
| HSL | hsl(309, 71%, 57%) |
| CMYK | cmyk(0%, 71%, 10%, 13%) |
| LAB | lab(55.7 73.9 -37.5) |
| LCH | lch(55.7 82.9 333.1) |
| OKLCH | oklch(0.650 0.238 334.5) |
Copy-ready code
/* CSS */
color: #df41c8;
background-color: #df41c8;
/* Tailwind (arbitrary) */
class="text-[#df41c8] bg-[#df41c8]"
/* SCSS */
$brand: #df41c8;
/* SwiftUI */
Color(red: 0.875, green: 0.255, blue: 0.784)
/* Android */
Color.parseColor("#df41c8")Accessibility — WCAG contrast
Aa
#df41c8 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df41c8 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.5%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow10.3%
Key (black)12.5%
Color previews
#df41c8 text on a black background
contrast 5.73:1
Card sample
#df41c8 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df41c8;
Background color
Panel with #df41c8 background
background-color: #df41c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df41c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 65, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 65, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df41c8; background: linear-gradient(135deg, #df41c8, #DF415F);