#cc2cab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 44, 171
HSL
312°, 65%, 49%
CMYK
0, 78, 16, 20
Luminance
0.1758
Every format
| HEX | #cc2cab |
| RGB | rgb(204, 44, 171) |
| HSL | hsl(312, 65%, 49%) |
| CMYK | cmyk(0%, 78%, 16%, 20%) |
| LAB | lab(49.0 71.9 -31.4) |
| LCH | lch(49.0 78.4 336.4) |
| OKLCH | oklch(0.591 0.230 338.2) |
Copy-ready code
/* CSS */
color: #cc2cab;
background-color: #cc2cab;
/* Tailwind (arbitrary) */
class="text-[#cc2cab] bg-[#cc2cab]"
/* SCSS */
$brand: #cc2cab;
/* SwiftUI */
Color(red: 0.800, green: 0.173, blue: 0.671)
/* Android */
Color.parseColor("#cc2cab")Accessibility — WCAG contrast
Aa
#cc2cab on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc2cab on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green17.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow16.2%
Key (black)20.0%
Color previews
#cc2cab text on a black background
contrast 4.52:1
Card sample
#cc2cab text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2cab;
Background color
Panel with #cc2cab background
background-color: #cc2cab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2cab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 44, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 44, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2cab; background: linear-gradient(135deg, #cc2cab, #CC2C40);