#c84eee
a balanced, electric violet · warm · closest name: magenta
RGB
200, 78, 238
HSL
286°, 83%, 62%
CMYK
16, 67, 0, 7
Luminance
0.2390
Every format
| HEX | #c84eee |
| RGB | rgb(200, 78, 238) |
| HSL | hsl(286, 83%, 62%) |
| CMYK | cmyk(16%, 67%, 0%, 7%) |
| LAB | lab(56.0 70.5 -58.8) |
| LCH | lch(56.0 91.8 320.2) |
| OKLCH | oklch(0.651 0.242 317.1) |
Copy-ready code
/* CSS */
color: #c84eee;
background-color: #c84eee;
/* Tailwind (arbitrary) */
class="text-[#c84eee] bg-[#c84eee]"
/* SCSS */
$brand: #c84eee;
/* SwiftUI */
Color(red: 0.784, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#c84eee")Accessibility — WCAG contrast
Aa
#c84eee on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84eee on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green30.6%
Blue93.3%
CMYK percentages
Cyan16.0%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#c84eee text on a black background
contrast 5.78:1
Card sample
#c84eee text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84eee;
Background color
Panel with #c84eee background
background-color: #c84eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84eee; background: linear-gradient(135deg, #c84eee, #EE4EA9);