#c83eee
a balanced, electric violet · warm · closest name: magenta
RGB
200, 62, 238
HSL
287°, 84%, 59%
CMYK
16, 74, 0, 7
Luminance
0.2190
Every format
| HEX | #c83eee |
| RGB | rgb(200, 62, 238) |
| HSL | hsl(287, 84%, 59%) |
| CMYK | cmyk(16%, 74%, 0%, 7%) |
| LAB | lab(53.9 76.3 -62.1) |
| LCH | lch(53.9 98.4 320.9) |
| OKLCH | oklch(0.637 0.260 317.8) |
Copy-ready code
/* CSS */
color: #c83eee;
background-color: #c83eee;
/* Tailwind (arbitrary) */
class="text-[#c83eee] bg-[#c83eee]"
/* SCSS */
$brand: #c83eee;
/* SwiftUI */
Color(red: 0.784, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#c83eee")Accessibility — WCAG contrast
Aa
#c83eee on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c83eee on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green24.3%
Blue93.3%
CMYK percentages
Cyan16.0%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#c83eee text on a black background
contrast 5.38:1
Card sample
#c83eee text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c83eee;
Background color
Panel with #c83eee background
background-color: #c83eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c83eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c83eee; background: linear-gradient(135deg, #c83eee, #EE3E9F);