#cc2ccb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 44, 203
HSL
300°, 65%, 49%
CMYK
0, 78, 1, 20
Luminance
0.1895
Every format
| HEX | #cc2ccb |
| RGB | rgb(204, 44, 203) |
| HSL | hsl(300, 65%, 49%) |
| CMYK | cmyk(0%, 78%, 1%, 20%) |
| LAB | lab(50.6 76.5 -47.5) |
| LCH | lch(50.6 90.0 328.2) |
| OKLCH | oklch(0.608 0.251 328.4) |
Copy-ready code
/* CSS */
color: #cc2ccb;
background-color: #cc2ccb;
/* Tailwind (arbitrary) */
class="text-[#cc2ccb] bg-[#cc2ccb]"
/* SCSS */
$brand: #cc2ccb;
/* SwiftUI */
Color(red: 0.800, green: 0.173, blue: 0.796)
/* Android */
Color.parseColor("#cc2ccb")Accessibility — WCAG contrast
Aa
#cc2ccb on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc2ccb on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green17.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow0.5%
Key (black)20.0%
Color previews
#cc2ccb text on a black background
contrast 4.79:1
Card sample
#cc2ccb text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2ccb;
Background color
Panel with #cc2ccb background
background-color: #cc2ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 44, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 44, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2ccb; background: linear-gradient(135deg, #cc2ccb, #CC2C60);