#cc3fd7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 63, 215
HSL
296°, 66%, 55%
CMYK
5, 71, 0, 16
Luminance
0.2130
Every format
| HEX | #cc3fd7 |
| RGB | rgb(204, 63, 215) |
| HSL | hsl(296, 66%, 55%) |
| CMYK | cmyk(5%, 71%, 0%, 16%) |
| LAB | lab(53.3 72.8 -50.1) |
| LCH | lch(53.3 88.3 325.4) |
| OKLCH | oklch(0.629 0.242 324.8) |
Copy-ready code
/* CSS */
color: #cc3fd7;
background-color: #cc3fd7;
/* Tailwind (arbitrary) */
class="text-[#cc3fd7] bg-[#cc3fd7]"
/* SCSS */
$brand: #cc3fd7;
/* SwiftUI */
Color(red: 0.800, green: 0.247, blue: 0.843)
/* Android */
Color.parseColor("#cc3fd7")Accessibility — WCAG contrast
Aa
#cc3fd7 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc3fd7 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green24.7%
Blue84.3%
CMYK percentages
Cyan5.1%
Magenta70.7%
Yellow0.0%
Key (black)15.7%
Color previews
#cc3fd7 text on a black background
contrast 5.26:1
Card sample
#cc3fd7 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3fd7;
Background color
Panel with #cc3fd7 background
background-color: #cc3fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 63, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 63, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3fd7; background: linear-gradient(135deg, #cc3fd7, #D73F7D);