#c911ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
201, 17, 238
HSL
290°, 87%, 50%
CMYK
16, 93, 0, 7
Luminance
0.1899
Every format
| HEX | #c911ee |
| RGB | rgb(201, 17, 238) |
| HSL | hsl(290, 87%, 50%) |
| CMYK | cmyk(16%, 93%, 0%, 7%) |
| LAB | lab(50.7 86.4 -67.3) |
| LCH | lch(50.7 109.5 322.1) |
| OKLCH | oklch(0.614 0.290 319.2) |
Copy-ready code
/* CSS */
color: #c911ee;
background-color: #c911ee;
/* Tailwind (arbitrary) */
class="text-[#c911ee] bg-[#c911ee]"
/* SCSS */
$brand: #c911ee;
/* SwiftUI */
Color(red: 0.788, green: 0.067, blue: 0.933)
/* Android */
Color.parseColor("#c911ee")Accessibility — WCAG contrast
Aa
#c911ee on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c911ee on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green6.7%
Blue93.3%
CMYK percentages
Cyan15.5%
Magenta92.9%
Yellow0.0%
Key (black)6.7%
Color previews
#c911ee text on a black background
contrast 4.80:1
Card sample
#c911ee text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c911ee;
Background color
Panel with #c911ee background
background-color: #c911ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c911ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 17, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 17, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c911ee; background: linear-gradient(135deg, #c911ee, #EE1180);