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