#d680eb
a light, vivid violet · warm · closest name: violet
RGB
214, 128, 235
HSL
288°, 73%, 71%
CMYK
9, 46, 0, 8
Luminance
0.3573
Every format
| HEX | #d680eb |
| RGB | rgb(214, 128, 235) |
| HSL | hsl(288, 73%, 71%) |
| CMYK | cmyk(9%, 46%, 0%, 8%) |
| LAB | lab(66.3 50.0 -40.6) |
| LCH | lch(66.3 64.4 320.9) |
| OKLCH | oklch(0.730 0.173 319.5) |
Copy-ready code
/* CSS */
color: #d680eb;
background-color: #d680eb;
/* Tailwind (arbitrary) */
class="text-[#d680eb] bg-[#d680eb]"
/* SCSS */
$brand: #d680eb;
/* SwiftUI */
Color(red: 0.839, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#d680eb")Accessibility — WCAG contrast
Aa
#d680eb on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d680eb on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green50.2%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta45.5%
Yellow0.0%
Key (black)7.8%
Color previews
#d680eb text on a black background
contrast 8.15:1
Card sample
#d680eb text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d680eb;
Background color
Panel with #d680eb background
background-color: #d680eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d680eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d680eb; background: linear-gradient(135deg, #d680eb, #EB80B9);