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