#c86eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 110, 178
HSL
315°, 45%, 61%
CMYK
0, 45, 11, 22
Luminance
0.2665
Every format
| HEX | #c86eb2 |
| RGB | rgb(200, 110, 178) |
| HSL | hsl(315, 45%, 61%) |
| CMYK | cmyk(0%, 45%, 11%, 22%) |
| LAB | lab(58.6 44.7 -20.6) |
| LCH | lch(58.6 49.3 335.3) |
| OKLCH | oklch(0.661 0.141 336.9) |
Copy-ready code
/* CSS */
color: #c86eb2;
background-color: #c86eb2;
/* Tailwind (arbitrary) */
class="text-[#c86eb2] bg-[#c86eb2]"
/* SCSS */
$brand: #c86eb2;
/* SwiftUI */
Color(red: 0.784, green: 0.431, blue: 0.698)
/* Android */
Color.parseColor("#c86eb2")Accessibility — WCAG contrast
Aa
#c86eb2 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c86eb2 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green43.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow11.0%
Key (black)21.6%
Color previews
#c86eb2 text on a black background
contrast 6.33:1
Card sample
#c86eb2 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86eb2;
Background color
Panel with #c86eb2 background
background-color: #c86eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 110, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 110, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86eb2; background: linear-gradient(135deg, #c86eb2, #C86E76);