#cc2fbc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 47, 188
HSL
306°, 63%, 49%
CMYK
0, 77, 8, 20
Luminance
0.1850
Every format
| HEX | #cc2fbc |
| RGB | rgb(204, 47, 188) |
| HSL | hsl(306, 63%, 49%) |
| CMYK | cmyk(0%, 77%, 8%, 20%) |
| LAB | lab(50.1 73.4 -39.6) |
| LCH | lch(50.1 83.4 331.7) |
| OKLCH | oklch(0.602 0.238 332.8) |
Copy-ready code
/* CSS */
color: #cc2fbc;
background-color: #cc2fbc;
/* Tailwind (arbitrary) */
class="text-[#cc2fbc] bg-[#cc2fbc]"
/* SCSS */
$brand: #cc2fbc;
/* SwiftUI */
Color(red: 0.800, green: 0.184, blue: 0.737)
/* Android */
Color.parseColor("#cc2fbc")Accessibility — WCAG contrast
Aa
#cc2fbc on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc2fbc on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green18.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta77.0%
Yellow7.8%
Key (black)20.0%
Color previews
#cc2fbc text on a black background
contrast 4.70:1
Card sample
#cc2fbc text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2fbc;
Background color
Panel with #cc2fbc background
background-color: #cc2fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 47, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 47, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2fbc; background: linear-gradient(135deg, #cc2fbc, #CC2F53);