#c85eb9
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 94, 185
HSL
309°, 49%, 58%
CMYK
0, 53, 8, 22
Luminance
0.2379
Every format
| HEX | #c85eb9 |
| RGB | rgb(200, 94, 185) |
| HSL | hsl(309, 49%, 58%) |
| CMYK | cmyk(0%, 53%, 8%, 22%) |
| LAB | lab(55.9 53.9 -28.9) |
| LCH | lch(55.9 61.1 331.8) |
| OKLCH | oklch(0.642 0.173 333.1) |
Copy-ready code
/* CSS */
color: #c85eb9;
background-color: #c85eb9;
/* Tailwind (arbitrary) */
class="text-[#c85eb9] bg-[#c85eb9]"
/* SCSS */
$brand: #c85eb9;
/* SwiftUI */
Color(red: 0.784, green: 0.369, blue: 0.725)
/* Android */
Color.parseColor("#c85eb9")Accessibility — WCAG contrast
Aa
#c85eb9 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85eb9 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green36.9%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow7.5%
Key (black)21.6%
Color previews
#c85eb9 text on a black background
contrast 5.76:1
Card sample
#c85eb9 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85eb9;
Background color
Panel with #c85eb9 background
background-color: #c85eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 94, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 94, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85eb9; background: linear-gradient(135deg, #c85eb9, #C85E72);