#cc3bcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 59, 207
HSL
299°, 61%, 52%
CMYK
1, 72, 0, 19
Luminance
0.2047
Every format
| HEX | #cc3bcf |
| RGB | rgb(204, 59, 207) |
| HSL | hsl(299, 61%, 52%) |
| CMYK | cmyk(1%, 72%, 0%, 19%) |
| LAB | lab(52.4 72.8 -47.0) |
| LCH | lch(52.4 86.6 327.2) |
| OKLCH | oklch(0.621 0.240 327.1) |
Copy-ready code
/* CSS */
color: #cc3bcf;
background-color: #cc3bcf;
/* Tailwind (arbitrary) */
class="text-[#cc3bcf] bg-[#cc3bcf]"
/* SCSS */
$brand: #cc3bcf;
/* SwiftUI */
Color(red: 0.800, green: 0.231, blue: 0.812)
/* Android */
Color.parseColor("#cc3bcf")Accessibility — WCAG contrast
Aa
#cc3bcf on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc3bcf on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green23.1%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta71.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cc3bcf text on a black background
contrast 5.09:1
Card sample
#cc3bcf text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3bcf;
Background color
Panel with #cc3bcf background
background-color: #cc3bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 59, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 59, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3bcf; background: linear-gradient(135deg, #cc3bcf, #CF3B6F);