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