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