#c84afd
a balanced, electric violet · warm · closest name: magenta
RGB
200, 74, 253
HSL
282°, 98%, 64%
CMYK
21, 71, 0, 1
Luminance
0.2427
Every format
| HEX | #c84afd |
| RGB | rgb(200, 74, 253) |
| HSL | hsl(282, 98%, 64%) |
| CMYK | cmyk(21%, 71%, 0%, 1%) |
| LAB | lab(56.4 74.9 -66.5) |
| LCH | lch(56.4 100.2 318.4) |
| OKLCH | oklch(0.657 0.260 313.8) |
Copy-ready code
/* CSS */
color: #c84afd;
background-color: #c84afd;
/* Tailwind (arbitrary) */
class="text-[#c84afd] bg-[#c84afd]"
/* SCSS */
$brand: #c84afd;
/* SwiftUI */
Color(red: 0.784, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#c84afd")Accessibility — WCAG contrast
Aa
#c84afd on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84afd on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green29.0%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c84afd text on a black background
contrast 5.85:1
Card sample
#c84afd text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84afd;
Background color
Panel with #c84afd background
background-color: #c84afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84afd; background: linear-gradient(135deg, #c84afd, #FD4ABB);