#c46cff
a light, electric violet · warm · closest name: violet
RGB
196, 108, 255
HSL
276°, 100%, 71%
CMYK
23, 58, 0, 0
Luminance
0.2968
Every format
| HEX | #c46cff |
| RGB | rgb(196, 108, 255) |
| HSL | hsl(276, 100%, 71%) |
| CMYK | cmyk(23%, 58%, 0%, 0%) |
| LAB | lab(61.4 59.5 -59.6) |
| LCH | lch(61.4 84.2 315.0) |
| OKLCH | oklch(0.692 0.217 309.5) |
Copy-ready code
/* CSS */
color: #c46cff;
background-color: #c46cff;
/* Tailwind (arbitrary) */
class="text-[#c46cff] bg-[#c46cff]"
/* SCSS */
$brand: #c46cff;
/* SwiftUI */
Color(red: 0.769, green: 0.424, blue: 1.000)
/* Android */
Color.parseColor("#c46cff")Accessibility — WCAG contrast
Aa
#c46cff on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46cff on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green42.4%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta57.6%
Yellow0.0%
Key (black)0.0%
Color previews
#c46cff text on a black background
contrast 6.94:1
Card sample
#c46cff text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46cff;
Background color
Panel with #c46cff background
background-color: #c46cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 108, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 108, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46cff; background: linear-gradient(135deg, #c46cff, #FF6CD8);