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