#d581eb
a light, vivid violet · warm · closest name: violet
RGB
213, 129, 235
HSL
288°, 73%, 71%
CMYK
9, 45, 0, 8
Luminance
0.3584
Every format
| HEX | #d581eb |
| RGB | rgb(213, 129, 235) |
| HSL | hsl(288, 73%, 71%) |
| CMYK | cmyk(9%, 45%, 0%, 8%) |
| LAB | lab(66.4 49.2 -40.5) |
| LCH | lch(66.4 63.8 320.5) |
| OKLCH | oklch(0.731 0.171 319.1) |
Copy-ready code
/* CSS */
color: #d581eb;
background-color: #d581eb;
/* Tailwind (arbitrary) */
class="text-[#d581eb] bg-[#d581eb]"
/* SCSS */
$brand: #d581eb;
/* SwiftUI */
Color(red: 0.835, green: 0.506, blue: 0.922)
/* Android */
Color.parseColor("#d581eb")Accessibility — WCAG contrast
Aa
#d581eb on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d581eb on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green50.6%
Blue92.2%
CMYK percentages
Cyan9.4%
Magenta45.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d581eb text on a black background
contrast 8.17:1
Card sample
#d581eb text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d581eb;
Background color
Panel with #d581eb background
background-color: #d581eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d581eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 129, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 129, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d581eb; background: linear-gradient(135deg, #d581eb, #EB81BA);