#cc4591
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 69, 145
HSL
326°, 57%, 54%
CMYK
0, 66, 29, 20
Luminance
0.1914
Every format
| HEX | #cc4591 |
| RGB | rgb(204, 69, 145) |
| HSL | hsl(326, 57%, 54%) |
| CMYK | cmyk(0%, 66%, 29%, 20%) |
| LAB | lab(50.9 60.2 -13.1) |
| LCH | lch(50.9 61.6 347.7) |
| OKLCH | oklch(0.601 0.186 349.4) |
Copy-ready code
/* CSS */
color: #cc4591;
background-color: #cc4591;
/* Tailwind (arbitrary) */
class="text-[#cc4591] bg-[#cc4591]"
/* SCSS */
$brand: #cc4591;
/* SwiftUI */
Color(red: 0.800, green: 0.271, blue: 0.569)
/* Android */
Color.parseColor("#cc4591")Accessibility — WCAG contrast
Aa
#cc4591 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4591 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green27.1%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow28.9%
Key (black)20.0%
Color previews
#cc4591 text on a black background
contrast 4.83:1
Card sample
#cc4591 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4591;
Background color
Panel with #cc4591 background
background-color: #cc4591;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4591;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 69, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 69, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4591; background: linear-gradient(135deg, #cc4591, #CC5345);