#d360eb
a balanced, electric violet · warm · closest name: violet
RGB
211, 96, 235
HSL
290°, 78%, 65%
CMYK
10, 59, 0, 8
Luminance
0.2821
Every format
| HEX | #d360eb |
| RGB | rgb(211, 96, 235) |
| HSL | hsl(290, 78%, 65%) |
| CMYK | cmyk(10%, 59%, 0%, 8%) |
| LAB | lab(60.1 64.7 -50.5) |
| LCH | lch(60.1 82.1 322.0) |
| OKLCH | oklch(0.683 0.221 320.4) |
Copy-ready code
/* CSS */
color: #d360eb;
background-color: #d360eb;
/* Tailwind (arbitrary) */
class="text-[#d360eb] bg-[#d360eb]"
/* SCSS */
$brand: #d360eb;
/* SwiftUI */
Color(red: 0.827, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#d360eb")Accessibility — WCAG contrast
Aa
#d360eb on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d360eb on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green37.6%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d360eb text on a black background
contrast 6.64:1
Card sample
#d360eb text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d360eb;
Background color
Panel with #d360eb background
background-color: #d360eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d360eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d360eb; background: linear-gradient(135deg, #d360eb, #EB60A6);