#df65d8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 101, 216
HSL
303°, 66%, 64%
CMYK
0, 55, 3, 13
Luminance
0.2995
Every format
| HEX | #df65d8 |
| RGB | rgb(223, 101, 216) |
| HSL | hsl(303, 66%, 64%) |
| CMYK | cmyk(0%, 55%, 3%, 13%) |
| LAB | lab(61.6 62.2 -37.3) |
| LCH | lch(61.6 72.5 329.0) |
| OKLCH | oklch(0.695 0.203 329.7) |
Copy-ready code
/* CSS */
color: #df65d8;
background-color: #df65d8;
/* Tailwind (arbitrary) */
class="text-[#df65d8] bg-[#df65d8]"
/* SCSS */
$brand: #df65d8;
/* SwiftUI */
Color(red: 0.875, green: 0.396, blue: 0.847)
/* Android */
Color.parseColor("#df65d8")Accessibility — WCAG contrast
Aa
#df65d8 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df65d8 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.6%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow3.1%
Key (black)12.5%
Color previews
#df65d8 text on a black background
contrast 6.99:1
Card sample
#df65d8 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df65d8;
Background color
Panel with #df65d8 background
background-color: #df65d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df65d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 101, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 101, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df65d8; background: linear-gradient(135deg, #df65d8, #DF6587);