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