#c46dfd
a light, electric violet · warm · closest name: violet
RGB
196, 109, 253
HSL
276°, 97%, 71%
CMYK
23, 57, 0, 1
Luminance
0.2976
Every format
| HEX | #c46dfd |
| RGB | rgb(196, 109, 253) |
| HSL | hsl(276, 97%, 71%) |
| CMYK | cmyk(23%, 57%, 0%, 1%) |
| LAB | lab(61.5 58.6 -58.4) |
| LCH | lch(61.5 82.7 315.1) |
| OKLCH | oklch(0.693 0.214 309.8) |
Copy-ready code
/* CSS */
color: #c46dfd;
background-color: #c46dfd;
/* Tailwind (arbitrary) */
class="text-[#c46dfd] bg-[#c46dfd]"
/* SCSS */
$brand: #c46dfd;
/* SwiftUI */
Color(red: 0.769, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#c46dfd")Accessibility — WCAG contrast
Aa
#c46dfd on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46dfd on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green42.7%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c46dfd text on a black background
contrast 6.95:1
Card sample
#c46dfd text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46dfd;
Background color
Panel with #c46dfd background
background-color: #c46dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46dfd; background: linear-gradient(135deg, #c46dfd, #FD6DD6);