#c91cef
a balanced, electric violet · warm · closest name: magenta
RGB
201, 28, 239
HSL
289°, 87%, 52%
CMYK
16, 88, 0, 6
Luminance
0.1948
Every format
| HEX | #c91cef |
| RGB | rgb(201, 28, 239) |
| HSL | hsl(289, 87%, 52%) |
| CMYK | cmyk(16%, 88%, 0%, 6%) |
| LAB | lab(51.3 85.1 -67.0) |
| LCH | lch(51.3 108.3 321.8) |
| OKLCH | oklch(0.618 0.286 318.8) |
Copy-ready code
/* CSS */
color: #c91cef;
background-color: #c91cef;
/* Tailwind (arbitrary) */
class="text-[#c91cef] bg-[#c91cef]"
/* SCSS */
$brand: #c91cef;
/* SwiftUI */
Color(red: 0.788, green: 0.110, blue: 0.937)
/* Android */
Color.parseColor("#c91cef")Accessibility — WCAG contrast
Aa
#c91cef on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c91cef on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green11.0%
Blue93.7%
CMYK percentages
Cyan15.9%
Magenta88.3%
Yellow0.0%
Key (black)6.3%
Color previews
#c91cef text on a black background
contrast 4.90:1
Card sample
#c91cef text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c91cef;
Background color
Panel with #c91cef background
background-color: #c91cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c91cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 28, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 28, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c91cef; background: linear-gradient(135deg, #c91cef, #EF1C88);