#cc13cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 19, 207
HSL
299°, 83%, 44%
CMYK
1, 91, 0, 19
Luminance
0.1781
Every format
| HEX | #cc13cf |
| RGB | rgb(204, 19, 207) |
| HSL | hsl(299, 83%, 44%) |
| CMYK | cmyk(1%, 91%, 0%, 19%) |
| LAB | lab(49.3 81.8 -51.9) |
| LCH | lch(49.3 96.9 327.6) |
| OKLCH | oklch(0.599 0.269 327.5) |
Copy-ready code
/* CSS */
color: #cc13cf;
background-color: #cc13cf;
/* Tailwind (arbitrary) */
class="text-[#cc13cf] bg-[#cc13cf]"
/* SCSS */
$brand: #cc13cf;
/* SwiftUI */
Color(red: 0.800, green: 0.075, blue: 0.812)
/* Android */
Color.parseColor("#cc13cf")Accessibility — WCAG contrast
Aa
#cc13cf on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc13cf on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green7.5%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta90.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cc13cf text on a black background
contrast 4.56:1
Card sample
#cc13cf text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc13cf;
Background color
Panel with #cc13cf background
background-color: #cc13cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc13cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 19, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 19, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc13cf; background: linear-gradient(135deg, #cc13cf, #CF1355);