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