#d784eb
a light, vivid violet · warm · closest name: violet
RGB
215, 132, 235
HSL
288°, 72%, 72%
CMYK
9, 44, 0, 8
Luminance
0.3695
Every format
| HEX | #d784eb |
| RGB | rgb(215, 132, 235) |
| HSL | hsl(288, 72%, 72%) |
| CMYK | cmyk(9%, 44%, 0%, 8%) |
| LAB | lab(67.2 48.2 -39.2) |
| LCH | lch(67.2 62.1 320.9) |
| OKLCH | oklch(0.737 0.167 319.6) |
Copy-ready code
/* CSS */
color: #d784eb;
background-color: #d784eb;
/* Tailwind (arbitrary) */
class="text-[#d784eb] bg-[#d784eb]"
/* SCSS */
$brand: #d784eb;
/* SwiftUI */
Color(red: 0.843, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#d784eb")Accessibility — WCAG contrast
Aa
#d784eb on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d784eb on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green51.8%
Blue92.2%
CMYK percentages
Cyan8.5%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#d784eb text on a black background
contrast 8.39:1
Card sample
#d784eb text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d784eb;
Background color
Panel with #d784eb background
background-color: #d784eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d784eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d784eb; background: linear-gradient(135deg, #d784eb, #EB84BB);