#cc4eb4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 78, 180
HSL
311°, 55%, 55%
CMYK
0, 62, 12, 20
Luminance
0.2158
Every format
| HEX | #cc4eb4 |
| RGB | rgb(204, 78, 180) |
| HSL | hsl(311, 55%, 55%) |
| CMYK | cmyk(0%, 62%, 12%, 20%) |
| LAB | lab(53.6 61.4 -29.5) |
| LCH | lch(53.6 68.1 334.3) |
| OKLCH | oklch(0.625 0.196 335.9) |
Copy-ready code
/* CSS */
color: #cc4eb4;
background-color: #cc4eb4;
/* Tailwind (arbitrary) */
class="text-[#cc4eb4] bg-[#cc4eb4]"
/* SCSS */
$brand: #cc4eb4;
/* SwiftUI */
Color(red: 0.800, green: 0.306, blue: 0.706)
/* Android */
Color.parseColor("#cc4eb4")Accessibility — WCAG contrast
Aa
#cc4eb4 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4eb4 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green30.6%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow11.8%
Key (black)20.0%
Color previews
#cc4eb4 text on a black background
contrast 5.32:1
Card sample
#cc4eb4 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4eb4;
Background color
Panel with #cc4eb4 background
background-color: #cc4eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 78, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 78, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4eb4; background: linear-gradient(135deg, #cc4eb4, #CC4E60);