#c84cdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 76, 223
HSL
291°, 70%, 59%
CMYK
10, 66, 0, 13
Luminance
0.2278
Every format
| HEX | #c84cdf |
| RGB | rgb(200, 76, 223) |
| HSL | hsl(291, 70%, 59%) |
| CMYK | cmyk(10%, 66%, 0%, 13%) |
| LAB | lab(54.8 68.5 -52.2) |
| LCH | lch(54.8 86.1 322.7) |
| OKLCH | oklch(0.640 0.232 321.0) |
Copy-ready code
/* CSS */
color: #c84cdf;
background-color: #c84cdf;
/* Tailwind (arbitrary) */
class="text-[#c84cdf] bg-[#c84cdf]"
/* SCSS */
$brand: #c84cdf;
/* SwiftUI */
Color(red: 0.784, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#c84cdf")Accessibility — WCAG contrast
Aa
#c84cdf on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84cdf on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green29.8%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c84cdf text on a black background
contrast 5.56:1
Card sample
#c84cdf text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84cdf;
Background color
Panel with #c84cdf background
background-color: #c84cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84cdf; background: linear-gradient(135deg, #c84cdf, #DF4C94);