#d359eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
211, 89, 235
HSL
290°, 79%, 64%
CMYK
10, 62, 0, 8
Luminance
0.2699
Every format
| HEX | #d359eb |
| RGB | rgb(211, 89, 235) |
| HSL | hsl(290, 79%, 64%) |
| CMYK | cmyk(10%, 62%, 0%, 8%) |
| LAB | lab(59.0 67.8 -52.3) |
| LCH | lch(59.0 85.6 322.4) |
| OKLCH | oklch(0.675 0.230 320.7) |
Copy-ready code
/* CSS */
color: #d359eb;
background-color: #d359eb;
/* Tailwind (arbitrary) */
class="text-[#d359eb] bg-[#d359eb]"
/* SCSS */
$brand: #d359eb;
/* SwiftUI */
Color(red: 0.827, green: 0.349, blue: 0.922)
/* Android */
Color.parseColor("#d359eb")Accessibility — WCAG contrast
Aa
#d359eb on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d359eb on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green34.9%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta62.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d359eb text on a black background
contrast 6.40:1
Card sample
#d359eb text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d359eb;
Background color
Panel with #d359eb background
background-color: #d359eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d359eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 89, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 89, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d359eb; background: linear-gradient(135deg, #d359eb, #EB59A2);