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