#c46ddf
a light, vivid violet · warm · closest name: orchid
RGB
196, 109, 223
HSL
286°, 64%, 65%
CMYK
12, 51, 0, 13
Luminance
0.2800
Every format
| HEX | #c46ddf |
| RGB | rgb(196, 109, 223) |
| HSL | hsl(286, 64%, 65%) |
| CMYK | cmyk(12%, 51%, 0%, 13%) |
| LAB | lab(59.9 52.4 -44.2) |
| LCH | lch(59.9 68.5 319.8) |
| OKLCH | oklch(0.676 0.182 317.7) |
Copy-ready code
/* CSS */
color: #c46ddf;
background-color: #c46ddf;
/* Tailwind (arbitrary) */
class="text-[#c46ddf] bg-[#c46ddf]"
/* SCSS */
$brand: #c46ddf;
/* SwiftUI */
Color(red: 0.769, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#c46ddf")Accessibility — WCAG contrast
Aa
#c46ddf on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46ddf on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green42.7%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta51.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c46ddf text on a black background
contrast 6.60:1
Card sample
#c46ddf text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46ddf;
Background color
Panel with #c46ddf background
background-color: #c46ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46ddf; background: linear-gradient(135deg, #c46ddf, #DF6DAE);