#cc8cba
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 140, 186
HSL
317°, 39%, 68%
CMYK
0, 31, 9, 20
Luminance
0.3514
Every format
| HEX | #cc8cba |
| RGB | rgb(204, 140, 186) |
| HSL | hsl(317, 39%, 68%) |
| CMYK | cmyk(0%, 31%, 9%, 20%) |
| LAB | lab(65.9 31.4 -14.1) |
| LCH | lch(65.9 34.5 335.8) |
| OKLCH | oklch(0.718 0.098 337.4) |
Copy-ready code
/* CSS */
color: #cc8cba;
background-color: #cc8cba;
/* Tailwind (arbitrary) */
class="text-[#cc8cba] bg-[#cc8cba]"
/* SCSS */
$brand: #cc8cba;
/* SwiftUI */
Color(red: 0.800, green: 0.549, blue: 0.729)
/* Android */
Color.parseColor("#cc8cba")Accessibility — WCAG contrast
Aa
#cc8cba on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8cba on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green54.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow8.8%
Key (black)20.0%
Color previews
#cc8cba text on a black background
contrast 8.03:1
Card sample
#cc8cba text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8cba;
Background color
Panel with #cc8cba background
background-color: #cc8cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 140, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 140, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8cba; background: linear-gradient(135deg, #cc8cba, #CC8C8F);