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