#c93df0
a balanced, electric violet · warm · closest name: magenta
RGB
201, 61, 240
HSL
287°, 86%, 59%
CMYK
16, 75, 0, 6
Luminance
0.2205
Every format
| HEX | #c93df0 |
| RGB | rgb(201, 61, 240) |
| HSL | hsl(287, 86%, 59%) |
| CMYK | cmyk(16%, 75%, 0%, 6%) |
| LAB | lab(54.1 77.2 -63.0) |
| LCH | lch(54.1 99.6 320.8) |
| OKLCH | oklch(0.638 0.263 317.7) |
Copy-ready code
/* CSS */
color: #c93df0;
background-color: #c93df0;
/* Tailwind (arbitrary) */
class="text-[#c93df0] bg-[#c93df0]"
/* SCSS */
$brand: #c93df0;
/* SwiftUI */
Color(red: 0.788, green: 0.239, blue: 0.941)
/* Android */
Color.parseColor("#c93df0")Accessibility — WCAG contrast
Aa
#c93df0 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c93df0 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green23.9%
Blue94.1%
CMYK percentages
Cyan16.3%
Magenta74.6%
Yellow0.0%
Key (black)5.9%
Color previews
#c93df0 text on a black background
contrast 5.41:1
Card sample
#c93df0 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c93df0;
Background color
Panel with #c93df0 background
background-color: #c93df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c93df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 61, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 61, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c93df0; background: linear-gradient(135deg, #c93df0, #F03DA0);