#c86fcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 111, 207
HSL
296°, 50%, 62%
CMYK
3, 46, 0, 19
Luminance
0.2815
Every format
| HEX | #c86fcf |
| RGB | rgb(200, 111, 207) |
| HSL | hsl(296, 50%, 62%) |
| CMYK | cmyk(3%, 46%, 0%, 19%) |
| LAB | lab(60.0 49.4 -35.0) |
| LCH | lch(60.0 60.5 324.7) |
| OKLCH | oklch(0.676 0.165 324.5) |
Copy-ready code
/* CSS */
color: #c86fcf;
background-color: #c86fcf;
/* Tailwind (arbitrary) */
class="text-[#c86fcf] bg-[#c86fcf]"
/* SCSS */
$brand: #c86fcf;
/* SwiftUI */
Color(red: 0.784, green: 0.435, blue: 0.812)
/* Android */
Color.parseColor("#c86fcf")Accessibility — WCAG contrast
Aa
#c86fcf on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c86fcf on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green43.5%
Blue81.2%
CMYK percentages
Cyan3.4%
Magenta46.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c86fcf text on a black background
contrast 6.63:1
Card sample
#c86fcf text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86fcf;
Background color
Panel with #c86fcf background
background-color: #c86fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 111, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 111, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86fcf; background: linear-gradient(135deg, #c86fcf, #CF6F96);