#cc079b
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 7, 155
HSL
315°, 93%, 41%
CMYK
0, 97, 24, 20
Luminance
0.1536
Every format
| HEX | #cc079b |
| RGB | rgb(204, 7, 155) |
| HSL | hsl(315, 93%, 41%) |
| CMYK | cmyk(0%, 97%, 24%, 20%) |
| LAB | lab(46.1 76.0 -26.3) |
| LCH | lch(46.1 80.5 340.9) |
| OKLCH | oklch(0.568 0.241 342.9) |
Copy-ready code
/* CSS */
color: #cc079b;
background-color: #cc079b;
/* Tailwind (arbitrary) */
class="text-[#cc079b] bg-[#cc079b]"
/* SCSS */
$brand: #cc079b;
/* SwiftUI */
Color(red: 0.800, green: 0.027, blue: 0.608)
/* Android */
Color.parseColor("#cc079b")Accessibility — WCAG contrast
Aa
#cc079b on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc079b on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green2.7%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow24.0%
Key (black)20.0%
Color previews
#cc079b text on a black background
contrast 4.07:1
Card sample
#cc079b text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc079b;
Background color
Panel with #cc079b background
background-color: #cc079b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc079b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 7, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 7, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc079b; background: linear-gradient(135deg, #cc079b, #CC0718);