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