#c83df0
a balanced, electric violet · warm · closest name: magenta
RGB
200, 61, 240
HSL
287°, 86%, 59%
CMYK
17, 75, 0, 6
Luminance
0.2191
Every format
| HEX | #c83df0 |
| RGB | rgb(200, 61, 240) |
| HSL | hsl(287, 86%, 59%) |
| CMYK | cmyk(17%, 75%, 0%, 6%) |
| LAB | lab(53.9 77.0 -63.2) |
| LCH | lch(53.9 99.6 320.6) |
| OKLCH | oklch(0.637 0.263 317.4) |
Copy-ready code
/* CSS */
color: #c83df0;
background-color: #c83df0;
/* Tailwind (arbitrary) */
class="text-[#c83df0] bg-[#c83df0]"
/* SCSS */
$brand: #c83df0;
/* SwiftUI */
Color(red: 0.784, green: 0.239, blue: 0.941)
/* Android */
Color.parseColor("#c83df0")Accessibility — WCAG contrast
Aa
#c83df0 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c83df0 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green23.9%
Blue94.1%
CMYK percentages
Cyan16.7%
Magenta74.6%
Yellow0.0%
Key (black)5.9%
Color previews
#c83df0 text on a black background
contrast 5.38:1
Card sample
#c83df0 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c83df0;
Background color
Panel with #c83df0 background
background-color: #c83df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c83df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 61, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 61, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c83df0; background: linear-gradient(135deg, #c83df0, #F03DA1);