#c84af5
a balanced, electric violet · warm · closest name: magenta
RGB
200, 74, 245
HSL
284°, 90%, 63%
CMYK
18, 70, 0, 4
Luminance
0.2377
Every format
| HEX | #c84af5 |
| RGB | rgb(200, 74, 245) |
| HSL | hsl(284, 90%, 63%) |
| CMYK | cmyk(18%, 70%, 0%, 4%) |
| LAB | lab(55.9 73.3 -62.9) |
| LCH | lch(55.9 96.6 319.4) |
| OKLCH | oklch(0.652 0.253 315.6) |
Copy-ready code
/* CSS */
color: #c84af5;
background-color: #c84af5;
/* Tailwind (arbitrary) */
class="text-[#c84af5] bg-[#c84af5]"
/* SCSS */
$brand: #c84af5;
/* SwiftUI */
Color(red: 0.784, green: 0.290, blue: 0.961)
/* Android */
Color.parseColor("#c84af5")Accessibility — WCAG contrast
Aa
#c84af5 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84af5 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green29.0%
Blue96.1%
CMYK percentages
Cyan18.4%
Magenta69.8%
Yellow0.0%
Key (black)3.9%
Color previews
#c84af5 text on a black background
contrast 5.75:1
Card sample
#c84af5 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84af5;
Background color
Panel with #c84af5 background
background-color: #c84af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 74, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 74, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84af5; background: linear-gradient(135deg, #c84af5, #F54AB0);