#c418cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
196, 24, 207
HSL
296°, 79%, 45%
CMYK
5, 88, 0, 19
Luminance
0.1689
Every format
| HEX | #c418cf |
| RGB | rgb(196, 24, 207) |
| HSL | hsl(296, 79%, 45%) |
| CMYK | cmyk(5%, 88%, 0%, 19%) |
| LAB | lab(48.1 79.7 -53.8) |
| LCH | lch(48.1 96.2 326.0) |
| OKLCH | oklch(0.588 0.264 325.3) |
Copy-ready code
/* CSS */
color: #c418cf;
background-color: #c418cf;
/* Tailwind (arbitrary) */
class="text-[#c418cf] bg-[#c418cf]"
/* SCSS */
$brand: #c418cf;
/* SwiftUI */
Color(red: 0.769, green: 0.094, blue: 0.812)
/* Android */
Color.parseColor("#c418cf")Accessibility — WCAG contrast
Aa
#c418cf on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c418cf on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green9.4%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta88.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c418cf text on a black background
contrast 4.38:1
Card sample
#c418cf text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c418cf;
Background color
Panel with #c418cf background
background-color: #c418cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c418cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 24, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 24, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c418cf; background: linear-gradient(135deg, #c418cf, #CF1860);