#c84aff
a balanced, electric violet · warm · closest name: magenta
RGB
200, 74, 255
HSL
282°, 100%, 65%
CMYK
22, 71, 0, 0
Luminance
0.2440
Every format
| HEX | #c84aff |
| RGB | rgb(200, 74, 255) |
| HSL | hsl(282, 100%, 65%) |
| CMYK | cmyk(22%, 71%, 0%, 0%) |
| LAB | lab(56.5 75.3 -67.4) |
| LCH | lch(56.5 101.1 318.1) |
| OKLCH | oklch(0.658 0.262 313.4) |
Copy-ready code
/* CSS */
color: #c84aff;
background-color: #c84aff;
/* Tailwind (arbitrary) */
class="text-[#c84aff] bg-[#c84aff]"
/* SCSS */
$brand: #c84aff;
/* SwiftUI */
Color(red: 0.784, green: 0.290, blue: 1.000)
/* Android */
Color.parseColor("#c84aff")Accessibility — WCAG contrast
Aa
#c84aff on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84aff on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green29.0%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta71.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c84aff text on a black background
contrast 5.88:1
Card sample
#c84aff text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84aff;
Background color
Panel with #c84aff background
background-color: #c84aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 74, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 74, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84aff; background: linear-gradient(135deg, #c84aff, #FF4ABD);