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