#c82df0
a balanced, electric violet · warm · closest name: magenta
RGB
200, 45, 240
HSL
288°, 87%, 56%
CMYK
17, 81, 0, 6
Luminance
0.2045
Every format
| HEX | #c82df0 |
| RGB | rgb(200, 45, 240) |
| HSL | hsl(288, 87%, 56%) |
| CMYK | cmyk(17%, 81%, 0%, 6%) |
| LAB | lab(52.3 81.6 -65.8) |
| LCH | lch(52.3 104.8 321.1) |
| OKLCH | oklch(0.626 0.276 317.9) |
Copy-ready code
/* CSS */
color: #c82df0;
background-color: #c82df0;
/* Tailwind (arbitrary) */
class="text-[#c82df0] bg-[#c82df0]"
/* SCSS */
$brand: #c82df0;
/* SwiftUI */
Color(red: 0.784, green: 0.176, blue: 0.941)
/* Android */
Color.parseColor("#c82df0")Accessibility — WCAG contrast
Aa
#c82df0 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c82df0 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green17.6%
Blue94.1%
CMYK percentages
Cyan16.7%
Magenta81.3%
Yellow0.0%
Key (black)5.9%
Color previews
#c82df0 text on a black background
contrast 5.09:1
Card sample
#c82df0 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c82df0;
Background color
Panel with #c82df0 background
background-color: #c82df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c82df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 45, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 45, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c82df0; background: linear-gradient(135deg, #c82df0, #F02D96);