#c85eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 94, 178
HSL
313°, 49%, 58%
CMYK
0, 53, 11, 22
Luminance
0.2350
Every format
| HEX | #c85eb2 |
| RGB | rgb(200, 94, 178) |
| HSL | hsl(313, 49%, 58%) |
| CMYK | cmyk(0%, 53%, 11%, 22%) |
| LAB | lab(55.6 52.7 -25.3) |
| LCH | lch(55.6 58.5 334.4) |
| OKLCH | oklch(0.639 0.168 336.0) |
Copy-ready code
/* CSS */
color: #c85eb2;
background-color: #c85eb2;
/* Tailwind (arbitrary) */
class="text-[#c85eb2] bg-[#c85eb2]"
/* SCSS */
$brand: #c85eb2;
/* SwiftUI */
Color(red: 0.784, green: 0.369, blue: 0.698)
/* Android */
Color.parseColor("#c85eb2")Accessibility — WCAG contrast
Aa
#c85eb2 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85eb2 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green36.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow11.0%
Key (black)21.6%
Color previews
#c85eb2 text on a black background
contrast 5.70:1
Card sample
#c85eb2 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85eb2;
Background color
Panel with #c85eb2 background
background-color: #c85eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 94, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 94, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85eb2; background: linear-gradient(135deg, #c85eb2, #C85E6B);