#c900e4
a dark, electric magenta / pink · warm · closest name: magenta
RGB
201, 0, 228
HSL
293°, 100%, 45%
CMYK
12, 100, 0, 11
Luminance
0.1802
Every format
| HEX | #c900e4 |
| RGB | rgb(201, 0, 228) |
| HSL | hsl(293, 100%, 45%) |
| CMYK | cmyk(12%, 100%, 0%, 11%) |
| LAB | lab(49.5 86.2 -63.5) |
| LCH | lch(49.5 107.1 323.6) |
| OKLCH | oklch(0.604 0.287 321.6) |
Copy-ready code
/* CSS */
color: #c900e4;
background-color: #c900e4;
/* Tailwind (arbitrary) */
class="text-[#c900e4] bg-[#c900e4]"
/* SCSS */
$brand: #c900e4;
/* SwiftUI */
Color(red: 0.788, green: 0.000, blue: 0.894)
/* Android */
Color.parseColor("#c900e4")Accessibility — WCAG contrast
Aa
#c900e4 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c900e4 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green0.0%
Blue89.4%
CMYK percentages
Cyan11.8%
Magenta100.0%
Yellow0.0%
Key (black)10.6%
Color previews
#c900e4 text on a black background
contrast 4.60:1
Card sample
#c900e4 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c900e4;
Background color
Panel with #c900e4 background
background-color: #c900e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c900e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 0, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 0, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c900e4; background: linear-gradient(135deg, #c900e4, #E40067);