#c84dfd
a balanced, electric violet · warm · closest name: magenta
RGB
200, 77, 253
HSL
282°, 98%, 65%
CMYK
21, 70, 0, 1
Luminance
0.2468
Every format
| HEX | #c84dfd |
| RGB | rgb(200, 77, 253) |
| HSL | hsl(282, 98%, 65%) |
| CMYK | cmyk(21%, 70%, 0%, 1%) |
| LAB | lab(56.8 73.7 -65.9) |
| LCH | lch(56.8 98.9 318.2) |
| OKLCH | oklch(0.660 0.257 313.6) |
Copy-ready code
/* CSS */
color: #c84dfd;
background-color: #c84dfd;
/* Tailwind (arbitrary) */
class="text-[#c84dfd] bg-[#c84dfd]"
/* SCSS */
$brand: #c84dfd;
/* SwiftUI */
Color(red: 0.784, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#c84dfd")Accessibility — WCAG contrast
Aa
#c84dfd on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84dfd on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green30.2%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c84dfd text on a black background
contrast 5.94:1
Card sample
#c84dfd text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84dfd;
Background color
Panel with #c84dfd background
background-color: #c84dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84dfd; background: linear-gradient(135deg, #c84dfd, #FD4DBD);