#c486b8
a balanced, soft magenta / pink · warm · closest name: plum
RGB
196, 134, 184
HSL
312°, 34%, 65%
CMYK
0, 32, 6, 23
Luminance
0.3225
Every format
| HEX | #c486b8 |
| RGB | rgb(196, 134, 184) |
| HSL | hsl(312, 34%, 65%) |
| CMYK | cmyk(0%, 32%, 6%, 23%) |
| LAB | lab(63.5 31.6 -16.6) |
| LCH | lch(63.5 35.7 332.3) |
| OKLCH | oklch(0.698 0.101 333.7) |
Copy-ready code
/* CSS */
color: #c486b8;
background-color: #c486b8;
/* Tailwind (arbitrary) */
class="text-[#c486b8] bg-[#c486b8]"
/* SCSS */
$brand: #c486b8;
/* SwiftUI */
Color(red: 0.769, green: 0.525, blue: 0.722)
/* Android */
Color.parseColor("#c486b8")Accessibility — WCAG contrast
Aa
#c486b8 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c486b8 on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green52.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow6.1%
Key (black)23.1%
Color previews
#c486b8 text on a black background
contrast 7.45:1
Card sample
#c486b8 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c486b8;
Background color
Panel with #c486b8 background
background-color: #c486b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c486b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 134, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 134, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c486b8; background: linear-gradient(135deg, #c486b8, #C4868F);