#cc3378
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 51, 120
HSL
333°, 60%, 50%
CMYK
0, 75, 41, 20
Luminance
0.1656
Every format
| HEX | #cc3378 |
| RGB | rgb(204, 51, 120) |
| HSL | hsl(333, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 41%, 20%) |
| LAB | lab(47.7 63.9 -2.7) |
| LCH | lch(47.7 63.9 357.6) |
| OKLCH | oklch(0.575 0.196 358.1) |
Copy-ready code
/* CSS */
color: #cc3378;
background-color: #cc3378;
/* Tailwind (arbitrary) */
class="text-[#cc3378] bg-[#cc3378]"
/* SCSS */
$brand: #cc3378;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.471)
/* Android */
Color.parseColor("#cc3378")Accessibility — WCAG contrast
Aa
#cc3378 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc3378 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow41.2%
Key (black)20.0%
Color previews
#cc3378 text on a black background
contrast 4.31:1
Card sample
#cc3378 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3378;
Background color
Panel with #cc3378 background
background-color: #cc3378;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3378;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3378; background: linear-gradient(135deg, #cc3378, #CC5433);