#cc3cbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 60, 191
HSL
305°, 59%, 52%
CMYK
0, 71, 6, 20
Luminance
0.1983
Every format
| HEX | #cc3cbf |
| RGB | rgb(204, 60, 191) |
| HSL | hsl(305, 59%, 52%) |
| CMYK | cmyk(0%, 71%, 6%, 20%) |
| LAB | lab(51.6 69.9 -38.9) |
| LCH | lch(51.6 80.0 330.9) |
| OKLCH | oklch(0.613 0.227 331.9) |
Copy-ready code
/* CSS */
color: #cc3cbf;
background-color: #cc3cbf;
/* Tailwind (arbitrary) */
class="text-[#cc3cbf] bg-[#cc3cbf]"
/* SCSS */
$brand: #cc3cbf;
/* SwiftUI */
Color(red: 0.800, green: 0.235, blue: 0.749)
/* Android */
Color.parseColor("#cc3cbf")Accessibility — WCAG contrast
Aa
#cc3cbf on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc3cbf on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green23.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow6.4%
Key (black)20.0%
Color previews
#cc3cbf text on a black background
contrast 4.97:1
Card sample
#cc3cbf text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3cbf;
Background color
Panel with #cc3cbf background
background-color: #cc3cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 60, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 60, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3cbf; background: linear-gradient(135deg, #cc3cbf, #CC3C5F);