#c85fd7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 95, 215
HSL
293°, 60%, 61%
CMYK
7, 56, 0, 16
Luminance
0.2537
Every format
| HEX | #c85fd7 |
| RGB | rgb(200, 95, 215) |
| HSL | hsl(293, 60%, 61%) |
| CMYK | cmyk(7%, 56%, 0%, 16%) |
| LAB | lab(57.4 58.7 -43.5) |
| LCH | lch(57.4 73.1 323.4) |
| OKLCH | oklch(0.658 0.198 322.5) |
Copy-ready code
/* CSS */
color: #c85fd7;
background-color: #c85fd7;
/* Tailwind (arbitrary) */
class="text-[#c85fd7] bg-[#c85fd7]"
/* SCSS */
$brand: #c85fd7;
/* SwiftUI */
Color(red: 0.784, green: 0.373, blue: 0.843)
/* Android */
Color.parseColor("#c85fd7")Accessibility — WCAG contrast
Aa
#c85fd7 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85fd7 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green37.3%
Blue84.3%
CMYK percentages
Cyan7.0%
Magenta55.8%
Yellow0.0%
Key (black)15.7%
Color previews
#c85fd7 text on a black background
contrast 6.07:1
Card sample
#c85fd7 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85fd7;
Background color
Panel with #c85fd7 background
background-color: #c85fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 95, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 95, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85fd7; background: linear-gradient(135deg, #c85fd7, #D75F96);