#cc2d7f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 45, 127
HSL
329°, 64%, 49%
CMYK
0, 78, 38, 20
Luminance
0.1625
Every format
| HEX | #cc2d7f |
| RGB | rgb(204, 45, 127) |
| HSL | hsl(329, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 38%, 20%) |
| LAB | lab(47.3 66.3 -7.6) |
| LCH | lch(47.3 66.8 353.5) |
| OKLCH | oklch(0.573 0.205 354.6) |
Copy-ready code
/* CSS */
color: #cc2d7f;
background-color: #cc2d7f;
/* Tailwind (arbitrary) */
class="text-[#cc2d7f] bg-[#cc2d7f]"
/* SCSS */
$brand: #cc2d7f;
/* SwiftUI */
Color(red: 0.800, green: 0.176, blue: 0.498)
/* Android */
Color.parseColor("#cc2d7f")Accessibility — WCAG contrast
Aa
#cc2d7f on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc2d7f on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green17.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow37.7%
Key (black)20.0%
Color previews
#cc2d7f text on a black background
contrast 4.25:1
Card sample
#cc2d7f text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2d7f;
Background color
Panel with #cc2d7f background
background-color: #cc2d7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2d7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 45, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 45, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2d7f; background: linear-gradient(135deg, #cc2d7f, #CC452D);