#c46fac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
196, 111, 172
HSL
317°, 42%, 60%
CMYK
0, 43, 12, 23
Luminance
0.2608
Every format
| HEX | #c46fac |
| RGB | rgb(196, 111, 172) |
| HSL | hsl(317, 42%, 60%) |
| CMYK | cmyk(0%, 43%, 12%, 23%) |
| LAB | lab(58.1 41.9 -18.0) |
| LCH | lch(58.1 45.6 336.8) |
| OKLCH | oklch(0.656 0.132 338.5) |
Copy-ready code
/* CSS */
color: #c46fac;
background-color: #c46fac;
/* Tailwind (arbitrary) */
class="text-[#c46fac] bg-[#c46fac]"
/* SCSS */
$brand: #c46fac;
/* SwiftUI */
Color(red: 0.769, green: 0.435, blue: 0.675)
/* Android */
Color.parseColor("#c46fac")Accessibility — WCAG contrast
Aa
#c46fac on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46fac on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green43.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow12.2%
Key (black)23.1%
Color previews
#c46fac text on a black background
contrast 6.22:1
Card sample
#c46fac text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46fac;
Background color
Panel with #c46fac background
background-color: #c46fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 111, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 111, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46fac; background: linear-gradient(135deg, #c46fac, #C46F73);