#c46afd
a light, electric violet · warm · closest name: violet
RGB
196, 106, 253
HSL
277°, 97%, 70%
CMYK
23, 58, 0, 1
Luminance
0.2914
Every format
| HEX | #c46afd |
| RGB | rgb(196, 106, 253) |
| HSL | hsl(277, 97%, 70%) |
| CMYK | cmyk(23%, 58%, 0%, 1%) |
| LAB | lab(60.9 60.1 -59.3) |
| LCH | lch(60.9 84.4 315.4) |
| OKLCH | oklch(0.689 0.218 310.1) |
Copy-ready code
/* CSS */
color: #c46afd;
background-color: #c46afd;
/* Tailwind (arbitrary) */
class="text-[#c46afd] bg-[#c46afd]"
/* SCSS */
$brand: #c46afd;
/* SwiftUI */
Color(red: 0.769, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#c46afd")Accessibility — WCAG contrast
Aa
#c46afd on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46afd on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green41.6%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c46afd text on a black background
contrast 6.83:1
Card sample
#c46afd text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46afd;
Background color
Panel with #c46afd background
background-color: #c46afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46afd; background: linear-gradient(135deg, #c46afd, #FD6AD4);