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