#cc4792
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 71, 146
HSL
326°, 57%, 54%
CMYK
0, 65, 28, 20
Luminance
0.1942
Every format
| HEX | #cc4792 |
| RGB | rgb(204, 71, 146) |
| HSL | hsl(326, 57%, 54%) |
| CMYK | cmyk(0%, 65%, 28%, 20%) |
| LAB | lab(51.2 59.5 -13.2) |
| LCH | lch(51.2 61.0 347.5) |
| OKLCH | oklch(0.603 0.184 349.2) |
Copy-ready code
/* CSS */
color: #cc4792;
background-color: #cc4792;
/* Tailwind (arbitrary) */
class="text-[#cc4792] bg-[#cc4792]"
/* SCSS */
$brand: #cc4792;
/* SwiftUI */
Color(red: 0.800, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#cc4792")Accessibility — WCAG contrast
Aa
#cc4792 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4792 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green27.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow28.4%
Key (black)20.0%
Color previews
#cc4792 text on a black background
contrast 4.88:1
Card sample
#cc4792 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4792;
Background color
Panel with #cc4792 background
background-color: #cc4792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4792; background: linear-gradient(135deg, #cc4792, #CC5547);