#c466eb
a light, electric violet · warm · closest name: orchid
RGB
196, 102, 235
HSL
282°, 77%, 66%
CMYK
17, 57, 0, 8
Luminance
0.2724
Every format
| HEX | #c466eb |
| RGB | rgb(196, 102, 235) |
| HSL | hsl(282, 77%, 66%) |
| CMYK | cmyk(17%, 57%, 0%, 8%) |
| LAB | lab(59.2 58.3 -52.0) |
| LCH | lch(59.2 78.1 318.2) |
| OKLCH | oklch(0.673 0.205 314.9) |
Copy-ready code
/* CSS */
color: #c466eb;
background-color: #c466eb;
/* Tailwind (arbitrary) */
class="text-[#c466eb] bg-[#c466eb]"
/* SCSS */
$brand: #c466eb;
/* SwiftUI */
Color(red: 0.769, green: 0.400, blue: 0.922)
/* Android */
Color.parseColor("#c466eb")Accessibility — WCAG contrast
Aa
#c466eb on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c466eb on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green40.0%
Blue92.2%
CMYK percentages
Cyan16.6%
Magenta56.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c466eb text on a black background
contrast 6.45:1
Card sample
#c466eb text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c466eb;
Background color
Panel with #c466eb background
background-color: #c466eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c466eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 102, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 102, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c466eb; background: linear-gradient(135deg, #c466eb, #EB66B9);