#df61eb
a light, electric magenta / pink · warm · closest name: violet
RGB
223, 97, 235
HSL
295°, 78%, 65%
CMYK
5, 59, 0, 8
Luminance
0.3024
Every format
| HEX | #df61eb |
| RGB | rgb(223, 97, 235) |
| HSL | hsl(295, 78%, 65%) |
| CMYK | cmyk(5%, 59%, 0%, 8%) |
| LAB | lab(61.9 67.2 -47.6) |
| LCH | lch(61.9 82.3 324.7) |
| OKLCH | oklch(0.700 0.225 324.1) |
Copy-ready code
/* CSS */
color: #df61eb;
background-color: #df61eb;
/* Tailwind (arbitrary) */
class="text-[#df61eb] bg-[#df61eb]"
/* SCSS */
$brand: #df61eb;
/* SwiftUI */
Color(red: 0.875, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#df61eb")Accessibility — WCAG contrast
Aa
#df61eb on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df61eb on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.0%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#df61eb text on a black background
contrast 7.05:1
Card sample
#df61eb text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df61eb;
Background color
Panel with #df61eb background
background-color: #df61eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df61eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df61eb; background: linear-gradient(135deg, #df61eb, #EB619B);