#df82eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 130, 235
HSL
293°, 72%, 72%
CMYK
5, 45, 0, 8
Luminance
0.3765
Every format
| HEX | #df82eb |
| RGB | rgb(223, 130, 235) |
| HSL | hsl(293, 72%, 72%) |
| CMYK | cmyk(5%, 45%, 0%, 8%) |
| LAB | lab(67.8 51.5 -38.3) |
| LCH | lch(67.8 64.2 323.4) |
| OKLCH | oklch(0.743 0.174 322.9) |
Copy-ready code
/* CSS */
color: #df82eb;
background-color: #df82eb;
/* Tailwind (arbitrary) */
class="text-[#df82eb] bg-[#df82eb]"
/* SCSS */
$brand: #df82eb;
/* SwiftUI */
Color(red: 0.875, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#df82eb")Accessibility — WCAG contrast
Aa
#df82eb on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df82eb on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.0%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#df82eb text on a black background
contrast 8.53:1
Card sample
#df82eb text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df82eb;
Background color
Panel with #df82eb background
background-color: #df82eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df82eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df82eb; background: linear-gradient(135deg, #df82eb, #EB82B1);