#d082eb
a light, vivid violet · warm · closest name: violet
RGB
208, 130, 235
HSL
285°, 72%, 72%
CMYK
12, 45, 0, 8
Luminance
0.3537
Every format
| HEX | #d082eb |
| RGB | rgb(208, 130, 235) |
| HSL | hsl(285, 72%, 72%) |
| CMYK | cmyk(12%, 45%, 0%, 8%) |
| LAB | lab(66.0 47.3 -41.1) |
| LCH | lch(66.0 62.7 319.0) |
| OKLCH | oklch(0.727 0.167 317.0) |
Copy-ready code
/* CSS */
color: #d082eb;
background-color: #d082eb;
/* Tailwind (arbitrary) */
class="text-[#d082eb] bg-[#d082eb]"
/* SCSS */
$brand: #d082eb;
/* SwiftUI */
Color(red: 0.816, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#d082eb")Accessibility — WCAG contrast
Aa
#d082eb on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d082eb on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green51.0%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d082eb text on a black background
contrast 8.07:1
Card sample
#d082eb text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d082eb;
Background color
Panel with #d082eb background
background-color: #d082eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d082eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d082eb; background: linear-gradient(135deg, #d082eb, #EB82C0);