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