#c86fc4
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
200, 111, 196
HSL
303°, 45%, 61%
CMYK
0, 45, 2, 22
Luminance
0.2763
Every format
| HEX | #c86fc4 |
| RGB | rgb(200, 111, 196) |
| HSL | hsl(303, 45%, 61%) |
| CMYK | cmyk(0%, 45%, 2%, 22%) |
| LAB | lab(59.6 47.3 -29.5) |
| LCH | lch(59.6 55.8 328.1) |
| OKLCH | oklch(0.671 0.155 328.8) |
Copy-ready code
/* CSS */
color: #c86fc4;
background-color: #c86fc4;
/* Tailwind (arbitrary) */
class="text-[#c86fc4] bg-[#c86fc4]"
/* SCSS */
$brand: #c86fc4;
/* SwiftUI */
Color(red: 0.784, green: 0.435, blue: 0.769)
/* Android */
Color.parseColor("#c86fc4")Accessibility — WCAG contrast
Aa
#c86fc4 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c86fc4 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green43.5%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta44.5%
Yellow2.0%
Key (black)21.6%
Color previews
#c86fc4 text on a black background
contrast 6.53:1
Card sample
#c86fc4 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86fc4;
Background color
Panel with #c86fc4 background
background-color: #c86fc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86fc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 111, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 111, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86fc4; background: linear-gradient(135deg, #c86fc4, #C86F89);