#cc2cd9
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 44, 217
HSL
296°, 70%, 51%
CMYK
6, 80, 0, 15
Luminance
0.1965
Every format
| HEX | #cc2cd9 |
| RGB | rgb(204, 44, 217) |
| HSL | hsl(296, 70%, 51%) |
| CMYK | cmyk(6%, 80%, 0%, 15%) |
| LAB | lab(51.4 78.7 -54.2) |
| LCH | lch(51.4 95.5 325.5) |
| OKLCH | oklch(0.616 0.261 324.6) |
Copy-ready code
/* CSS */
color: #cc2cd9;
background-color: #cc2cd9;
/* Tailwind (arbitrary) */
class="text-[#cc2cd9] bg-[#cc2cd9]"
/* SCSS */
$brand: #cc2cd9;
/* SwiftUI */
Color(red: 0.800, green: 0.173, blue: 0.851)
/* Android */
Color.parseColor("#cc2cd9")Accessibility — WCAG contrast
Aa
#cc2cd9 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc2cd9 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green17.3%
Blue85.1%
CMYK percentages
Cyan6.0%
Magenta79.7%
Yellow0.0%
Key (black)14.9%
Color previews
#cc2cd9 text on a black background
contrast 4.93:1
Card sample
#cc2cd9 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2cd9;
Background color
Panel with #cc2cd9 background
background-color: #cc2cd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2cd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 44, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 44, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2cd9; background: linear-gradient(135deg, #cc2cd9, #D92C73);