#d080eb
a light, vivid violet · warm · closest name: violet
RGB
208, 128, 235
HSL
285°, 73%, 71%
CMYK
12, 46, 0, 8
Luminance
0.3485
Every format
| HEX | #d080eb |
| RGB | rgb(208, 128, 235) |
| HSL | hsl(285, 73%, 71%) |
| CMYK | cmyk(12%, 46%, 0%, 8%) |
| LAB | lab(65.6 48.3 -41.8) |
| LCH | lch(65.6 63.9 319.2) |
| OKLCH | oklch(0.724 0.170 317.2) |
Copy-ready code
/* CSS */
color: #d080eb;
background-color: #d080eb;
/* Tailwind (arbitrary) */
class="text-[#d080eb] bg-[#d080eb]"
/* SCSS */
$brand: #d080eb;
/* SwiftUI */
Color(red: 0.816, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#d080eb")Accessibility — WCAG contrast
Aa
#d080eb on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d080eb on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green50.2%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta45.5%
Yellow0.0%
Key (black)7.8%
Color previews
#d080eb text on a black background
contrast 7.97:1
Card sample
#d080eb text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d080eb;
Background color
Panel with #d080eb background
background-color: #d080eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d080eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d080eb; background: linear-gradient(135deg, #d080eb, #EB80BF);