#df69eb
a light, electric magenta / pink · warm · closest name: violet
RGB
223, 105, 235
HSL
295°, 77%, 67%
CMYK
5, 55, 0, 8
Luminance
0.3179
Every format
| HEX | #df69eb |
| RGB | rgb(223, 105, 235) |
| HSL | hsl(295, 77%, 67%) |
| CMYK | cmyk(5%, 55%, 0%, 8%) |
| LAB | lab(63.2 63.6 -45.5) |
| LCH | lch(63.2 78.2 324.4) |
| OKLCH | oklch(0.709 0.213 323.9) |
Copy-ready code
/* CSS */
color: #df69eb;
background-color: #df69eb;
/* Tailwind (arbitrary) */
class="text-[#df69eb] bg-[#df69eb]"
/* SCSS */
$brand: #df69eb;
/* SwiftUI */
Color(red: 0.875, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#df69eb")Accessibility — WCAG contrast
Aa
#df69eb on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df69eb on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green41.2%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#df69eb text on a black background
contrast 7.36:1
Card sample
#df69eb text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df69eb;
Background color
Panel with #df69eb background
background-color: #df69eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df69eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df69eb; background: linear-gradient(135deg, #df69eb, #EB69A0);