#c86abc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 106, 188
HSL
308°, 46%, 60%
CMYK
0, 47, 6, 22
Luminance
0.2622
Every format
| HEX | #c86abc |
| RGB | rgb(200, 106, 188) |
| HSL | hsl(308, 46%, 60%) |
| CMYK | cmyk(0%, 47%, 6%, 22%) |
| LAB | lab(58.3 48.5 -26.9) |
| LCH | lch(58.3 55.5 330.9) |
| OKLCH | oklch(0.660 0.156 332.1) |
Copy-ready code
/* CSS */
color: #c86abc;
background-color: #c86abc;
/* Tailwind (arbitrary) */
class="text-[#c86abc] bg-[#c86abc]"
/* SCSS */
$brand: #c86abc;
/* SwiftUI */
Color(red: 0.784, green: 0.416, blue: 0.737)
/* Android */
Color.parseColor("#c86abc")Accessibility — WCAG contrast
Aa
#c86abc on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c86abc on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green41.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow6.0%
Key (black)21.6%
Color previews
#c86abc text on a black background
contrast 6.24:1
Card sample
#c86abc text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86abc;
Background color
Panel with #c86abc background
background-color: #c86abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 106, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 106, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86abc; background: linear-gradient(135deg, #c86abc, #C86A7D);