#c005cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
192, 5, 207
HSL
296°, 95%, 42%
CMYK
7, 98, 0, 19
Luminance
0.1582
Every format
| HEX | #c005cf |
| RGB | rgb(192, 5, 207) |
| HSL | hsl(296, 95%, 42%) |
| CMYK | cmyk(7%, 98%, 0%, 19%) |
| LAB | lab(46.7 81.2 -56.1) |
| LCH | lch(46.7 98.7 325.4) |
| OKLCH | oklch(0.577 0.269 324.3) |
Copy-ready code
/* CSS */
color: #c005cf;
background-color: #c005cf;
/* Tailwind (arbitrary) */
class="text-[#c005cf] bg-[#c005cf]"
/* SCSS */
$brand: #c005cf;
/* SwiftUI */
Color(red: 0.753, green: 0.020, blue: 0.812)
/* Android */
Color.parseColor("#c005cf")Accessibility — WCAG contrast
Aa
#c005cf on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c005cf on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green2.0%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta97.6%
Yellow0.0%
Key (black)18.8%
Color previews
#c005cf text on a black background
contrast 4.16:1
Card sample
#c005cf text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c005cf;
Background color
Panel with #c005cf background
background-color: #c005cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c005cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 5, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 5, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c005cf; background: linear-gradient(135deg, #c005cf, #CF0558);