#c46afb
a light, electric violet · warm · closest name: violet
RGB
196, 106, 251
HSL
277°, 95%, 70%
CMYK
22, 58, 0, 2
Luminance
0.2901
Every format
| HEX | #c46afb |
| RGB | rgb(196, 106, 251) |
| HSL | hsl(277, 95%, 70%) |
| CMYK | cmyk(22%, 58%, 0%, 2%) |
| LAB | lab(60.8 59.6 -58.4) |
| LCH | lch(60.8 83.4 315.6) |
| OKLCH | oklch(0.687 0.216 310.6) |
Copy-ready code
/* CSS */
color: #c46afb;
background-color: #c46afb;
/* Tailwind (arbitrary) */
class="text-[#c46afb] bg-[#c46afb]"
/* SCSS */
$brand: #c46afb;
/* SwiftUI */
Color(red: 0.769, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#c46afb")Accessibility — WCAG contrast
Aa
#c46afb on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46afb on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green41.6%
Blue98.4%
CMYK percentages
Cyan21.9%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#c46afb text on a black background
contrast 6.80:1
Card sample
#c46afb text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46afb;
Background color
Panel with #c46afb background
background-color: #c46afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46afb; background: linear-gradient(135deg, #c46afb, #FB6AD1);