#cc4488
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 68, 136
HSL
330°, 57%, 53%
CMYK
0, 67, 33, 20
Luminance
0.1875
Every format
| HEX | #cc4488 |
| RGB | rgb(204, 68, 136) |
| HSL | hsl(330, 57%, 53%) |
| CMYK | cmyk(0%, 67%, 33%, 20%) |
| LAB | lab(50.4 59.5 -8.4) |
| LCH | lch(50.4 60.1 352.0) |
| OKLCH | oklch(0.597 0.183 353.3) |
Copy-ready code
/* CSS */
color: #cc4488;
background-color: #cc4488;
/* Tailwind (arbitrary) */
class="text-[#cc4488] bg-[#cc4488]"
/* SCSS */
$brand: #cc4488;
/* SwiftUI */
Color(red: 0.800, green: 0.267, blue: 0.533)
/* Android */
Color.parseColor("#cc4488")Accessibility — WCAG contrast
Aa
#cc4488 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4488 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green26.7%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow33.3%
Key (black)20.0%
Color previews
#cc4488 text on a black background
contrast 4.75:1
Card sample
#cc4488 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4488;
Background color
Panel with #cc4488 background
background-color: #cc4488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 68, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 68, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4488; background: linear-gradient(135deg, #cc4488, #CC5B44);