#c918ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
201, 24, 206
HSL
298°, 79%, 45%
CMYK
2, 88, 0, 19
Luminance
0.1753
Every format
| HEX | #c918ce |
| RGB | rgb(201, 24, 206) |
| HSL | hsl(298, 79%, 45%) |
| CMYK | cmyk(2%, 88%, 0%, 19%) |
| LAB | lab(48.9 80.4 -51.9) |
| LCH | lch(48.9 95.7 327.1) |
| OKLCH | oklch(0.595 0.265 326.9) |
Copy-ready code
/* CSS */
color: #c918ce;
background-color: #c918ce;
/* Tailwind (arbitrary) */
class="text-[#c918ce] bg-[#c918ce]"
/* SCSS */
$brand: #c918ce;
/* SwiftUI */
Color(red: 0.788, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#c918ce")Accessibility — WCAG contrast
Aa
#c918ce on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c918ce on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green9.4%
Blue80.8%
CMYK percentages
Cyan2.4%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#c918ce text on a black background
contrast 4.51:1
Card sample
#c918ce text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c918ce;
Background color
Panel with #c918ce background
background-color: #c918ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c918ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c918ce; background: linear-gradient(135deg, #c918ce, #CE185A);