#c46bd4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 107, 212
HSL
291°, 55%, 63%
CMYK
8, 50, 0, 17
Luminance
0.2700
Every format
| HEX | #c46bd4 |
| RGB | rgb(196, 107, 212) |
| HSL | hsl(291, 55%, 63%) |
| CMYK | cmyk(8%, 50%, 0%, 17%) |
| LAB | lab(59.0 51.2 -39.5) |
| LCH | lch(59.0 64.7 322.4) |
| OKLCH | oklch(0.668 0.175 321.3) |
Copy-ready code
/* CSS */
color: #c46bd4;
background-color: #c46bd4;
/* Tailwind (arbitrary) */
class="text-[#c46bd4] bg-[#c46bd4]"
/* SCSS */
$brand: #c46bd4;
/* SwiftUI */
Color(red: 0.769, green: 0.420, blue: 0.831)
/* Android */
Color.parseColor("#c46bd4")Accessibility — WCAG contrast
Aa
#c46bd4 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46bd4 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green42.0%
Blue83.1%
CMYK percentages
Cyan7.5%
Magenta49.5%
Yellow0.0%
Key (black)16.9%
Color previews
#c46bd4 text on a black background
contrast 6.40:1
Card sample
#c46bd4 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46bd4;
Background color
Panel with #c46bd4 background
background-color: #c46bd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46bd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 107, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 107, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46bd4; background: linear-gradient(135deg, #c46bd4, #D46B9E);