#d660eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
214, 96, 235
HSL
291°, 78%, 65%
CMYK
9, 59, 0, 8
Luminance
0.2866
Every format
| HEX | #d660eb |
| RGB | rgb(214, 96, 235) |
| HSL | hsl(291, 78%, 65%) |
| CMYK | cmyk(9%, 59%, 0%, 8%) |
| LAB | lab(60.5 65.5 -49.8) |
| LCH | lch(60.5 82.3 322.7) |
| OKLCH | oklch(0.687 0.222 321.4) |
Copy-ready code
/* CSS */
color: #d660eb;
background-color: #d660eb;
/* Tailwind (arbitrary) */
class="text-[#d660eb] bg-[#d660eb]"
/* SCSS */
$brand: #d660eb;
/* SwiftUI */
Color(red: 0.839, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#d660eb")Accessibility — WCAG contrast
Aa
#d660eb on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d660eb on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green37.6%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d660eb text on a black background
contrast 6.73:1
Card sample
#d660eb text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d660eb;
Background color
Panel with #d660eb background
background-color: #d660eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d660eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d660eb; background: linear-gradient(135deg, #d660eb, #EB60A3);