#df67eb
a light, electric magenta / pink · warm · closest name: violet
RGB
223, 103, 235
HSL
295°, 77%, 66%
CMYK
5, 56, 0, 8
Luminance
0.3139
Every format
| HEX | #df67eb |
| RGB | rgb(223, 103, 235) |
| HSL | hsl(295, 77%, 66%) |
| CMYK | cmyk(5%, 56%, 0%, 8%) |
| LAB | lab(62.8 64.6 -46.0) |
| LCH | lch(62.8 79.3 324.5) |
| OKLCH | oklch(0.707 0.216 323.9) |
Copy-ready code
/* CSS */
color: #df67eb;
background-color: #df67eb;
/* Tailwind (arbitrary) */
class="text-[#df67eb] bg-[#df67eb]"
/* SCSS */
$brand: #df67eb;
/* SwiftUI */
Color(red: 0.875, green: 0.404, blue: 0.922)
/* Android */
Color.parseColor("#df67eb")Accessibility — WCAG contrast
Aa
#df67eb on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df67eb on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green40.4%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta56.2%
Yellow0.0%
Key (black)7.8%
Color previews
#df67eb text on a black background
contrast 7.28:1
Card sample
#df67eb text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df67eb;
Background color
Panel with #df67eb background
background-color: #df67eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df67eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 103, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 103, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df67eb; background: linear-gradient(135deg, #df67eb, #EB679F);