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