#cc3fcd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 63, 205
HSL
300°, 59%, 53%
CMYK
1, 69, 0, 20
Luminance
0.2080
Every format
| HEX | #cc3fcd |
| RGB | rgb(204, 63, 205) |
| HSL | hsl(300, 59%, 53%) |
| CMYK | cmyk(1%, 69%, 0%, 20%) |
| LAB | lab(52.7 71.1 -45.3) |
| LCH | lch(52.7 84.3 327.5) |
| OKLCH | oklch(0.623 0.234 327.6) |
Copy-ready code
/* CSS */
color: #cc3fcd;
background-color: #cc3fcd;
/* Tailwind (arbitrary) */
class="text-[#cc3fcd] bg-[#cc3fcd]"
/* SCSS */
$brand: #cc3fcd;
/* SwiftUI */
Color(red: 0.800, green: 0.247, blue: 0.804)
/* Android */
Color.parseColor("#cc3fcd")Accessibility — WCAG contrast
Aa
#cc3fcd on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc3fcd on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green24.7%
Blue80.4%
CMYK percentages
Cyan0.5%
Magenta69.3%
Yellow0.0%
Key (black)19.6%
Color previews
#cc3fcd text on a black background
contrast 5.16:1
Card sample
#cc3fcd text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3fcd;
Background color
Panel with #cc3fcd background
background-color: #cc3fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 63, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 63, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3fcd; background: linear-gradient(135deg, #cc3fcd, #CD3F6F);