#c46fdf
a light, vivid violet · warm · closest name: orchid
RGB
196, 111, 223
HSL
286°, 64%, 66%
CMYK
12, 50, 0, 13
Luminance
0.2843
Every format
| HEX | #c46fdf |
| RGB | rgb(196, 111, 223) |
| HSL | hsl(286, 64%, 66%) |
| CMYK | cmyk(12%, 50%, 0%, 13%) |
| LAB | lab(60.3 51.3 -43.6) |
| LCH | lch(60.3 67.4 319.7) |
| OKLCH | oklch(0.679 0.179 317.5) |
Copy-ready code
/* CSS */
color: #c46fdf;
background-color: #c46fdf;
/* Tailwind (arbitrary) */
class="text-[#c46fdf] bg-[#c46fdf]"
/* SCSS */
$brand: #c46fdf;
/* SwiftUI */
Color(red: 0.769, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#c46fdf")Accessibility — WCAG contrast
Aa
#c46fdf on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46fdf on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green43.5%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c46fdf text on a black background
contrast 6.69:1
Card sample
#c46fdf text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46fdf;
Background color
Panel with #c46fdf background
background-color: #c46fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46fdf; background: linear-gradient(135deg, #c46fdf, #DF6FAF);