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