#c46cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
196, 108, 223
HSL
286°, 64%, 65%
CMYK
12, 52, 0, 13
Luminance
0.2779
Every format
| HEX | #c46cdf |
| RGB | rgb(196, 108, 223) |
| HSL | hsl(286, 64%, 65%) |
| CMYK | cmyk(12%, 52%, 0%, 13%) |
| LAB | lab(59.7 52.9 -44.5) |
| LCH | lch(59.7 69.1 319.9) |
| OKLCH | oklch(0.675 0.184 317.8) |
Copy-ready code
/* CSS */
color: #c46cdf;
background-color: #c46cdf;
/* Tailwind (arbitrary) */
class="text-[#c46cdf] bg-[#c46cdf]"
/* SCSS */
$brand: #c46cdf;
/* SwiftUI */
Color(red: 0.769, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#c46cdf")Accessibility — WCAG contrast
Aa
#c46cdf on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46cdf on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green42.4%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c46cdf text on a black background
contrast 6.56:1
Card sample
#c46cdf text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46cdf;
Background color
Panel with #c46cdf background
background-color: #c46cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46cdf; background: linear-gradient(135deg, #c46cdf, #DF6CAD);