#cc7eb2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
204, 126, 178
HSL
320°, 43%, 65%
CMYK
0, 38, 13, 20
Luminance
0.3097
Every format
| HEX | #cc7eb2 |
| RGB | rgb(204, 126, 178) |
| HSL | hsl(320, 43%, 65%) |
| CMYK | cmyk(0%, 38%, 13%, 20%) |
| LAB | lab(62.5 37.6 -14.7) |
| LCH | lch(62.5 40.4 338.6) |
| OKLCH | oklch(0.692 0.117 340.4) |
Copy-ready code
/* CSS */
color: #cc7eb2;
background-color: #cc7eb2;
/* Tailwind (arbitrary) */
class="text-[#cc7eb2] bg-[#cc7eb2]"
/* SCSS */
$brand: #cc7eb2;
/* SwiftUI */
Color(red: 0.800, green: 0.494, blue: 0.698)
/* Android */
Color.parseColor("#cc7eb2")Accessibility — WCAG contrast
Aa
#cc7eb2 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc7eb2 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green49.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow12.7%
Key (black)20.0%
Color previews
#cc7eb2 text on a black background
contrast 7.19:1
Card sample
#cc7eb2 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7eb2;
Background color
Panel with #cc7eb2 background
background-color: #cc7eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 126, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 126, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7eb2; background: linear-gradient(135deg, #cc7eb2, #CC7E7E);