#c82eee
a balanced, electric violet · warm · closest name: magenta
RGB
200, 46, 238
HSL
288°, 85%, 56%
CMYK
16, 81, 0, 7
Luminance
0.2041
Every format
| HEX | #c82eee |
| RGB | rgb(200, 46, 238) |
| HSL | hsl(288, 85%, 56%) |
| CMYK | cmyk(16%, 81%, 0%, 7%) |
| LAB | lab(52.3 81.0 -64.7) |
| LCH | lch(52.3 103.7 321.4) |
| OKLCH | oklch(0.625 0.274 318.3) |
Copy-ready code
/* CSS */
color: #c82eee;
background-color: #c82eee;
/* Tailwind (arbitrary) */
class="text-[#c82eee] bg-[#c82eee]"
/* SCSS */
$brand: #c82eee;
/* SwiftUI */
Color(red: 0.784, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#c82eee")Accessibility — WCAG contrast
Aa
#c82eee on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c82eee on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green18.0%
Blue93.3%
CMYK percentages
Cyan16.0%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#c82eee text on a black background
contrast 5.08:1
Card sample
#c82eee text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c82eee;
Background color
Panel with #c82eee background
background-color: #c82eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c82eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c82eee; background: linear-gradient(135deg, #c82eee, #EE2E94);