#c83df8
a balanced, electric violet · warm · closest name: magenta
RGB
200, 61, 248
HSL
285°, 93%, 61%
CMYK
19, 75, 0, 3
Luminance
0.2239
Every format
| HEX | #c83df8 |
| RGB | rgb(200, 61, 248) |
| HSL | hsl(285, 93%, 61%) |
| CMYK | cmyk(19%, 75%, 0%, 3%) |
| LAB | lab(54.4 78.5 -66.8) |
| LCH | lch(54.4 103.1 319.6) |
| OKLCH | oklch(0.642 0.269 315.5) |
Copy-ready code
/* CSS */
color: #c83df8;
background-color: #c83df8;
/* Tailwind (arbitrary) */
class="text-[#c83df8] bg-[#c83df8]"
/* SCSS */
$brand: #c83df8;
/* SwiftUI */
Color(red: 0.784, green: 0.239, blue: 0.973)
/* Android */
Color.parseColor("#c83df8")Accessibility — WCAG contrast
Aa
#c83df8 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c83df8 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green23.9%
Blue97.3%
CMYK percentages
Cyan19.4%
Magenta75.4%
Yellow0.0%
Key (black)2.7%
Color previews
#c83df8 text on a black background
contrast 5.48:1
Card sample
#c83df8 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c83df8;
Background color
Panel with #c83df8 background
background-color: #c83df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c83df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 61, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 61, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c83df8; background: linear-gradient(135deg, #c83df8, #F83DAB);