#df63eb
a light, electric magenta / pink · warm · closest name: violet
RGB
223, 99, 235
HSL
295°, 77%, 66%
CMYK
5, 58, 0, 8
Luminance
0.3061
Every format
| HEX | #df63eb |
| RGB | rgb(223, 99, 235) |
| HSL | hsl(295, 77%, 66%) |
| CMYK | cmyk(5%, 58%, 0%, 8%) |
| LAB | lab(62.2 66.3 -47.1) |
| LCH | lch(62.2 81.3 324.6) |
| OKLCH | oklch(0.702 0.222 324.1) |
Copy-ready code
/* CSS */
color: #df63eb;
background-color: #df63eb;
/* Tailwind (arbitrary) */
class="text-[#df63eb] bg-[#df63eb]"
/* SCSS */
$brand: #df63eb;
/* SwiftUI */
Color(red: 0.875, green: 0.388, blue: 0.922)
/* Android */
Color.parseColor("#df63eb")Accessibility — WCAG contrast
Aa
#df63eb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df63eb on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.8%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta57.9%
Yellow0.0%
Key (black)7.8%
Color previews
#df63eb text on a black background
contrast 7.12:1
Card sample
#df63eb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df63eb;
Background color
Panel with #df63eb background
background-color: #df63eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df63eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 99, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 99, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df63eb; background: linear-gradient(135deg, #df63eb, #EB639C);