#c46ae2
a light, vivid violet · warm · closest name: orchid
RGB
196, 106, 226
HSL
285°, 67%, 65%
CMYK
13, 53, 0, 11
Luminance
0.2753
Every format
| HEX | #c46ae2 |
| RGB | rgb(196, 106, 226) |
| HSL | hsl(285, 67%, 65%) |
| CMYK | cmyk(13%, 53%, 0%, 11%) |
| LAB | lab(59.5 54.5 -46.6) |
| LCH | lch(59.5 71.7 319.5) |
| OKLCH | oklch(0.673 0.190 317.1) |
Copy-ready code
/* CSS */
color: #c46ae2;
background-color: #c46ae2;
/* Tailwind (arbitrary) */
class="text-[#c46ae2] bg-[#c46ae2]"
/* SCSS */
$brand: #c46ae2;
/* SwiftUI */
Color(red: 0.769, green: 0.416, blue: 0.886)
/* Android */
Color.parseColor("#c46ae2")Accessibility — WCAG contrast
Aa
#c46ae2 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46ae2 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green41.6%
Blue88.6%
CMYK percentages
Cyan13.3%
Magenta53.1%
Yellow0.0%
Key (black)11.4%
Color previews
#c46ae2 text on a black background
contrast 6.51:1
Card sample
#c46ae2 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46ae2;
Background color
Panel with #c46ae2 background
background-color: #c46ae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46ae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 106, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 106, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46ae2; background: linear-gradient(135deg, #c46ae2, #E26AB0);