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