#cc3cac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 60, 172
HSL
313°, 59%, 52%
CMYK
0, 71, 16, 20
Luminance
0.1905
Every format
| HEX | #cc3cac |
| RGB | rgb(204, 60, 172) |
| HSL | hsl(313, 59%, 52%) |
| CMYK | cmyk(0%, 71%, 16%, 20%) |
| LAB | lab(50.8 67.1 -29.2) |
| LCH | lch(50.8 73.2 336.5) |
| OKLCH | oklch(0.604 0.214 338.2) |
Copy-ready code
/* CSS */
color: #cc3cac;
background-color: #cc3cac;
/* Tailwind (arbitrary) */
class="text-[#cc3cac] bg-[#cc3cac]"
/* SCSS */
$brand: #cc3cac;
/* SwiftUI */
Color(red: 0.800, green: 0.235, blue: 0.675)
/* Android */
Color.parseColor("#cc3cac")Accessibility — WCAG contrast
Aa
#cc3cac on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc3cac on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green23.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow15.7%
Key (black)20.0%
Color previews
#cc3cac text on a black background
contrast 4.81:1
Card sample
#cc3cac text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3cac;
Background color
Panel with #cc3cac background
background-color: #cc3cac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3cac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 60, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 60, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3cac; background: linear-gradient(135deg, #cc3cac, #CC3C4C);