#c486cf
a light, soft magenta / pink · warm · closest name: plum
RGB
196, 134, 207
HSL
291°, 43%, 67%
CMYK
5, 35, 0, 19
Luminance
0.3329
Every format
| HEX | #c486cf |
| RGB | rgb(196, 134, 207) |
| HSL | hsl(291, 43%, 67%) |
| CMYK | cmyk(5%, 35%, 0%, 19%) |
| LAB | lab(64.4 36.0 -28.2) |
| LCH | lch(64.4 45.7 321.9) |
| OKLCH | oklch(0.708 0.123 321.4) |
Copy-ready code
/* CSS */
color: #c486cf;
background-color: #c486cf;
/* Tailwind (arbitrary) */
class="text-[#c486cf] bg-[#c486cf]"
/* SCSS */
$brand: #c486cf;
/* SwiftUI */
Color(red: 0.769, green: 0.525, blue: 0.812)
/* Android */
Color.parseColor("#c486cf")Accessibility — WCAG contrast
Aa
#c486cf on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c486cf on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green52.5%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta35.3%
Yellow0.0%
Key (black)18.8%
Color previews
#c486cf text on a black background
contrast 7.66:1
Card sample
#c486cf text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c486cf;
Background color
Panel with #c486cf background
background-color: #c486cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c486cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 134, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 134, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c486cf; background: linear-gradient(135deg, #c486cf, #CF86A9);