#d982eb
a light, vivid violet · warm · closest name: violet
RGB
217, 130, 235
HSL
290°, 72%, 72%
CMYK
8, 45, 0, 8
Luminance
0.3672
Every format
| HEX | #d982eb |
| RGB | rgb(217, 130, 235) |
| HSL | hsl(290, 72%, 72%) |
| CMYK | cmyk(8%, 45%, 0%, 8%) |
| LAB | lab(67.1 49.8 -39.5) |
| LCH | lch(67.1 63.6 321.6) |
| OKLCH | oklch(0.737 0.171 320.6) |
Copy-ready code
/* CSS */
color: #d982eb;
background-color: #d982eb;
/* Tailwind (arbitrary) */
class="text-[#d982eb] bg-[#d982eb]"
/* SCSS */
$brand: #d982eb;
/* SwiftUI */
Color(red: 0.851, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#d982eb")Accessibility — WCAG contrast
Aa
#d982eb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d982eb on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green51.0%
Blue92.2%
CMYK percentages
Cyan7.7%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d982eb text on a black background
contrast 8.34:1
Card sample
#d982eb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d982eb;
Background color
Panel with #d982eb background
background-color: #d982eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d982eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d982eb; background: linear-gradient(135deg, #d982eb, #EB82B7);