#d464eb
a light, electric violet · warm · closest name: violet
RGB
212, 100, 235
HSL
290°, 77%, 66%
CMYK
10, 57, 0, 8
Luminance
0.2911
Every format
| HEX | #d464eb |
| RGB | rgb(212, 100, 235) |
| HSL | hsl(290, 77%, 66%) |
| CMYK | cmyk(10%, 57%, 0%, 8%) |
| LAB | lab(60.9 63.2 -49.2) |
| LCH | lch(60.9 80.1 322.1) |
| OKLCH | oklch(0.690 0.215 320.5) |
Copy-ready code
/* CSS */
color: #d464eb;
background-color: #d464eb;
/* Tailwind (arbitrary) */
class="text-[#d464eb] bg-[#d464eb]"
/* SCSS */
$brand: #d464eb;
/* SwiftUI */
Color(red: 0.831, green: 0.392, blue: 0.922)
/* Android */
Color.parseColor("#d464eb")Accessibility — WCAG contrast
Aa
#d464eb on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d464eb on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green39.2%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta57.4%
Yellow0.0%
Key (black)7.8%
Color previews
#d464eb text on a black background
contrast 6.82:1
Card sample
#d464eb text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d464eb;
Background color
Panel with #d464eb background
background-color: #d464eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d464eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 100, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 100, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d464eb; background: linear-gradient(135deg, #d464eb, #EB64A8);