#cc7cba
a balanced, soft magenta / pink · warm · closest name: plum
RGB
204, 124, 186
HSL
314°, 44%, 64%
CMYK
0, 39, 9, 20
Luminance
0.3080
Every format
| HEX | #cc7cba |
| RGB | rgb(204, 124, 186) |
| HSL | hsl(314, 44%, 64%) |
| CMYK | cmyk(0%, 39%, 9%, 20%) |
| LAB | lab(62.3 40.0 -19.5) |
| LCH | lch(62.3 44.5 334.1) |
| OKLCH | oklch(0.691 0.127 335.6) |
Copy-ready code
/* CSS */
color: #cc7cba;
background-color: #cc7cba;
/* Tailwind (arbitrary) */
class="text-[#cc7cba] bg-[#cc7cba]"
/* SCSS */
$brand: #cc7cba;
/* SwiftUI */
Color(red: 0.800, green: 0.486, blue: 0.729)
/* Android */
Color.parseColor("#cc7cba")Accessibility — WCAG contrast
Aa
#cc7cba on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc7cba on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green48.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow8.8%
Key (black)20.0%
Color previews
#cc7cba text on a black background
contrast 7.16:1
Card sample
#cc7cba text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7cba;
Background color
Panel with #cc7cba background
background-color: #cc7cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 124, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 124, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7cba; background: linear-gradient(135deg, #cc7cba, #CC7C85);