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