#c911eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
201, 17, 235
HSL
291°, 87%, 49%
CMYK
15, 93, 0, 8
Luminance
0.1882
Every format
| HEX | #c911eb |
| RGB | rgb(201, 17, 235) |
| HSL | hsl(291, 87%, 49%) |
| CMYK | cmyk(15%, 93%, 0%, 8%) |
| LAB | lab(50.5 85.9 -66.0) |
| LCH | lch(50.5 108.3 322.5) |
| OKLCH | oklch(0.612 0.288 319.8) |
Copy-ready code
/* CSS */
color: #c911eb;
background-color: #c911eb;
/* Tailwind (arbitrary) */
class="text-[#c911eb] bg-[#c911eb]"
/* SCSS */
$brand: #c911eb;
/* SwiftUI */
Color(red: 0.788, green: 0.067, blue: 0.922)
/* Android */
Color.parseColor("#c911eb")Accessibility — WCAG contrast
Aa
#c911eb on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c911eb on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green6.7%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta92.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c911eb text on a black background
contrast 4.76:1
Card sample
#c911eb text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c911eb;
Background color
Panel with #c911eb background
background-color: #c911eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c911eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 17, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 17, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c911eb; background: linear-gradient(135deg, #c911eb, #EB117C);