#cc4499
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 68, 153
HSL
323°, 57%, 53%
CMYK
0, 67, 25, 20
Luminance
0.1927
Every format
| HEX | #cc4499 |
| RGB | rgb(204, 68, 153) |
| HSL | hsl(323, 57%, 53%) |
| CMYK | cmyk(0%, 67%, 25%, 20%) |
| LAB | lab(51.0 61.6 -17.6) |
| LCH | lch(51.0 64.1 344.0) |
| OKLCH | oklch(0.603 0.192 345.9) |
Copy-ready code
/* CSS */
color: #cc4499;
background-color: #cc4499;
/* Tailwind (arbitrary) */
class="text-[#cc4499] bg-[#cc4499]"
/* SCSS */
$brand: #cc4499;
/* SwiftUI */
Color(red: 0.800, green: 0.267, blue: 0.600)
/* Android */
Color.parseColor("#cc4499")Accessibility — WCAG contrast
Aa
#cc4499 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4499 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green26.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow25.0%
Key (black)20.0%
Color previews
#cc4499 text on a black background
contrast 4.85:1
Card sample
#cc4499 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4499;
Background color
Panel with #cc4499 background
background-color: #cc4499;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4499;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 68, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 68, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4499; background: linear-gradient(135deg, #cc4499, #CC4A44);