#c46df0
a light, electric violet · warm · closest name: violet
RGB
196, 109, 240
HSL
280°, 81%, 68%
CMYK
18, 55, 0, 6
Luminance
0.2896
Every format
| HEX | #c46df0 |
| RGB | rgb(196, 109, 240) |
| HSL | hsl(280, 81%, 68%) |
| CMYK | cmyk(18%, 55%, 0%, 6%) |
| LAB | lab(60.8 55.9 -52.3) |
| LCH | lch(60.8 76.5 316.9) |
| OKLCH | oklch(0.685 0.200 313.0) |
Copy-ready code
/* CSS */
color: #c46df0;
background-color: #c46df0;
/* Tailwind (arbitrary) */
class="text-[#c46df0] bg-[#c46df0]"
/* SCSS */
$brand: #c46df0;
/* SwiftUI */
Color(red: 0.769, green: 0.427, blue: 0.941)
/* Android */
Color.parseColor("#c46df0")Accessibility — WCAG contrast
Aa
#c46df0 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46df0 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green42.7%
Blue94.1%
CMYK percentages
Cyan18.3%
Magenta54.6%
Yellow0.0%
Key (black)5.9%
Color previews
#c46df0 text on a black background
contrast 6.79:1
Card sample
#c46df0 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46df0;
Background color
Panel with #c46df0 background
background-color: #c46df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 109, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 109, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46df0; background: linear-gradient(135deg, #c46df0, #F06DC5);