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