#c91af0
a balanced, electric violet · warm · closest name: magenta
RGB
201, 26, 240
HSL
289°, 88%, 52%
CMYK
16, 89, 0, 6
Luminance
0.1945
Every format
| HEX | #c91af0 |
| RGB | rgb(201, 26, 240) |
| HSL | hsl(289, 88%, 52%) |
| CMYK | cmyk(16%, 89%, 0%, 6%) |
| LAB | lab(51.2 85.6 -67.6) |
| LCH | lch(51.2 109.0 321.7) |
| OKLCH | oklch(0.618 0.288 318.6) |
Copy-ready code
/* CSS */
color: #c91af0;
background-color: #c91af0;
/* Tailwind (arbitrary) */
class="text-[#c91af0] bg-[#c91af0]"
/* SCSS */
$brand: #c91af0;
/* SwiftUI */
Color(red: 0.788, green: 0.102, blue: 0.941)
/* Android */
Color.parseColor("#c91af0")Accessibility — WCAG contrast
Aa
#c91af0 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c91af0 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green10.2%
Blue94.1%
CMYK percentages
Cyan16.3%
Magenta89.2%
Yellow0.0%
Key (black)5.9%
Color previews
#c91af0 text on a black background
contrast 4.89:1
Card sample
#c91af0 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c91af0;
Background color
Panel with #c91af0 background
background-color: #c91af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c91af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 26, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 26, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c91af0; background: linear-gradient(135deg, #c91af0, #F01A88);