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