#c82df1
a balanced, electric violet · warm · closest name: magenta
RGB
200, 45, 241
HSL
287°, 88%, 56%
CMYK
17, 81, 0, 6
Luminance
0.2051
Every format
| HEX | #c82df1 |
| RGB | rgb(200, 45, 241) |
| HSL | hsl(287, 88%, 56%) |
| CMYK | cmyk(17%, 81%, 0%, 6%) |
| LAB | lab(52.4 81.8 -66.2) |
| LCH | lch(52.4 105.3 321.0) |
| OKLCH | oklch(0.627 0.277 317.7) |
Copy-ready code
/* CSS */
color: #c82df1;
background-color: #c82df1;
/* Tailwind (arbitrary) */
class="text-[#c82df1] bg-[#c82df1]"
/* SCSS */
$brand: #c82df1;
/* SwiftUI */
Color(red: 0.784, green: 0.176, blue: 0.945)
/* Android */
Color.parseColor("#c82df1")Accessibility — WCAG contrast
Aa
#c82df1 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c82df1 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green17.6%
Blue94.5%
CMYK percentages
Cyan17.0%
Magenta81.3%
Yellow0.0%
Key (black)5.5%
Color previews
#c82df1 text on a black background
contrast 5.10:1
Card sample
#c82df1 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c82df1;
Background color
Panel with #c82df1 background
background-color: #c82df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c82df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 45, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 45, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c82df1; background: linear-gradient(135deg, #c82df1, #F12D98);