#d764eb
a light, electric magenta / pink · warm · closest name: violet
RGB
215, 100, 235
HSL
291°, 77%, 66%
CMYK
9, 57, 0, 8
Luminance
0.2956
Every format
| HEX | #d764eb |
| RGB | rgb(215, 100, 235) |
| HSL | hsl(291, 77%, 66%) |
| CMYK | cmyk(9%, 57%, 0%, 8%) |
| LAB | lab(61.3 63.9 -48.6) |
| LCH | lch(61.3 80.3 322.8) |
| OKLCH | oklch(0.693 0.217 321.5) |
Copy-ready code
/* CSS */
color: #d764eb;
background-color: #d764eb;
/* Tailwind (arbitrary) */
class="text-[#d764eb] bg-[#d764eb]"
/* SCSS */
$brand: #d764eb;
/* SwiftUI */
Color(red: 0.843, green: 0.392, blue: 0.922)
/* Android */
Color.parseColor("#d764eb")Accessibility — WCAG contrast
Aa
#d764eb on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d764eb on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green39.2%
Blue92.2%
CMYK percentages
Cyan8.5%
Magenta57.4%
Yellow0.0%
Key (black)7.8%
Color previews
#d764eb text on a black background
contrast 6.91:1
Card sample
#d764eb text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d764eb;
Background color
Panel with #d764eb background
background-color: #d764eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d764eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 100, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 100, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d764eb; background: linear-gradient(135deg, #d764eb, #EB64A5);