#d084eb
a light, vivid violet · warm · closest name: violet
RGB
208, 132, 235
HSL
284°, 72%, 72%
CMYK
12, 44, 0, 8
Luminance
0.3591
Every format
| HEX | #d084eb |
| RGB | rgb(208, 132, 235) |
| HSL | hsl(284, 72%, 72%) |
| CMYK | cmyk(12%, 44%, 0%, 8%) |
| LAB | lab(66.5 46.2 -40.5) |
| LCH | lch(66.5 61.4 318.8) |
| OKLCH | oklch(0.730 0.163 316.8) |
Copy-ready code
/* CSS */
color: #d084eb;
background-color: #d084eb;
/* Tailwind (arbitrary) */
class="text-[#d084eb] bg-[#d084eb]"
/* SCSS */
$brand: #d084eb;
/* SwiftUI */
Color(red: 0.816, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#d084eb")Accessibility — WCAG contrast
Aa
#d084eb on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d084eb on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green51.8%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#d084eb text on a black background
contrast 8.18:1
Card sample
#d084eb text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d084eb;
Background color
Panel with #d084eb background
background-color: #d084eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d084eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d084eb; background: linear-gradient(135deg, #d084eb, #EB84C1);