#df63e7
a balanced, vivid magenta / pink · warm · closest name: violet
RGB
223, 99, 231
HSL
296°, 73%, 65%
CMYK
4, 57, 0, 9
Luminance
0.3038
Every format
| HEX | #df63e7 |
| RGB | rgb(223, 99, 231) |
| HSL | hsl(296, 73%, 65%) |
| CMYK | cmyk(4%, 57%, 0%, 9%) |
| LAB | lab(62.0 65.6 -45.1) |
| LCH | lch(62.0 79.7 325.5) |
| OKLCH | oklch(0.700 0.219 325.2) |
Copy-ready code
/* CSS */
color: #df63e7;
background-color: #df63e7;
/* Tailwind (arbitrary) */
class="text-[#df63e7] bg-[#df63e7]"
/* SCSS */
$brand: #df63e7;
/* SwiftUI */
Color(red: 0.875, green: 0.388, blue: 0.906)
/* Android */
Color.parseColor("#df63e7")Accessibility — WCAG contrast
Aa
#df63e7 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df63e7 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.8%
Blue90.6%
CMYK percentages
Cyan3.5%
Magenta57.1%
Yellow0.0%
Key (black)9.4%
Color previews
#df63e7 text on a black background
contrast 7.08:1
Card sample
#df63e7 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df63e7;
Background color
Panel with #df63e7 background
background-color: #df63e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df63e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 99, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 99, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df63e7; background: linear-gradient(135deg, #df63e7, #E76397);