#c618cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
198, 24, 207
HSL
297°, 79%, 45%
CMYK
4, 88, 0, 19
Luminance
0.1716
Every format
| HEX | #c618cf |
| RGB | rgb(198, 24, 207) |
| HSL | hsl(297, 79%, 45%) |
| CMYK | cmyk(4%, 88%, 0%, 19%) |
| LAB | lab(48.5 80.1 -53.3) |
| LCH | lch(48.5 96.2 326.4) |
| OKLCH | oklch(0.591 0.265 325.8) |
Copy-ready code
/* CSS */
color: #c618cf;
background-color: #c618cf;
/* Tailwind (arbitrary) */
class="text-[#c618cf] bg-[#c618cf]"
/* SCSS */
$brand: #c618cf;
/* SwiftUI */
Color(red: 0.776, green: 0.094, blue: 0.812)
/* Android */
Color.parseColor("#c618cf")Accessibility — WCAG contrast
Aa
#c618cf on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c618cf on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green9.4%
Blue81.2%
CMYK percentages
Cyan4.3%
Magenta88.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c618cf text on a black background
contrast 4.43:1
Card sample
#c618cf text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c618cf;
Background color
Panel with #c618cf background
background-color: #c618cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c618cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 24, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 24, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c618cf; background: linear-gradient(135deg, #c618cf, #CF185E);