#d362eb
a light, electric violet · warm · closest name: violet
RGB
211, 98, 235
HSL
290°, 77%, 65%
CMYK
10, 58, 0, 8
Luminance
0.2858
Every format
| HEX | #d362eb |
| RGB | rgb(211, 98, 235) |
| HSL | hsl(290, 77%, 65%) |
| CMYK | cmyk(10%, 58%, 0%, 8%) |
| LAB | lab(60.4 63.8 -50.0) |
| LCH | lch(60.4 81.1 321.9) |
| OKLCH | oklch(0.686 0.218 320.3) |
Copy-ready code
/* CSS */
color: #d362eb;
background-color: #d362eb;
/* Tailwind (arbitrary) */
class="text-[#d362eb] bg-[#d362eb]"
/* SCSS */
$brand: #d362eb;
/* SwiftUI */
Color(red: 0.827, green: 0.384, blue: 0.922)
/* Android */
Color.parseColor("#d362eb")Accessibility — WCAG contrast
Aa
#d362eb on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d362eb on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green38.4%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta58.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d362eb text on a black background
contrast 6.72:1
Card sample
#d362eb text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d362eb;
Background color
Panel with #d362eb background
background-color: #d362eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d362eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 98, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 98, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d362eb; background: linear-gradient(135deg, #d362eb, #EB62A8);