#d466eb
a light, electric violet · warm · closest name: violet
RGB
212, 102, 235
HSL
290°, 77%, 66%
CMYK
10, 57, 0, 8
Luminance
0.2950
Every format
| HEX | #d466eb |
| RGB | rgb(212, 102, 235) |
| HSL | hsl(290, 77%, 66%) |
| CMYK | cmyk(10%, 57%, 0%, 8%) |
| LAB | lab(61.2 62.3 -48.7) |
| LCH | lch(61.2 79.0 322.0) |
| OKLCH | oklch(0.692 0.212 320.4) |
Copy-ready code
/* CSS */
color: #d466eb;
background-color: #d466eb;
/* Tailwind (arbitrary) */
class="text-[#d466eb] bg-[#d466eb]"
/* SCSS */
$brand: #d466eb;
/* SwiftUI */
Color(red: 0.831, green: 0.400, blue: 0.922)
/* Android */
Color.parseColor("#d466eb")Accessibility — WCAG contrast
Aa
#d466eb on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d466eb on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green40.0%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta56.6%
Yellow0.0%
Key (black)7.8%
Color previews
#d466eb text on a black background
contrast 6.90:1
Card sample
#d466eb text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d466eb;
Background color
Panel with #d466eb background
background-color: #d466eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d466eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 102, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 102, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d466eb; background: linear-gradient(135deg, #d466eb, #EB66A9);