#df86eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 134, 235
HSL
293°, 72%, 72%
CMYK
5, 43, 0, 8
Luminance
0.3874
Every format
| HEX | #df86eb |
| RGB | rgb(223, 134, 235) |
| HSL | hsl(293, 72%, 72%) |
| CMYK | cmyk(5%, 43%, 0%, 8%) |
| LAB | lab(68.6 49.5 -37.1) |
| LCH | lch(68.6 61.8 323.2) |
| OKLCH | oklch(0.749 0.168 322.7) |
Copy-ready code
/* CSS */
color: #df86eb;
background-color: #df86eb;
/* Tailwind (arbitrary) */
class="text-[#df86eb] bg-[#df86eb]"
/* SCSS */
$brand: #df86eb;
/* SwiftUI */
Color(red: 0.875, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#df86eb")Accessibility — WCAG contrast
Aa
#df86eb on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df86eb on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.5%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta43.0%
Yellow0.0%
Key (black)7.8%
Color previews
#df86eb text on a black background
contrast 8.75:1
Card sample
#df86eb text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df86eb;
Background color
Panel with #df86eb background
background-color: #df86eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df86eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df86eb; background: linear-gradient(135deg, #df86eb, #EB86B4);