#cc8fac
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 143, 172
HSL
332°, 37%, 68%
CMYK
0, 30, 16, 20
Luminance
0.3546
Every format
| HEX | #cc8fac |
| RGB | rgb(204, 143, 172) |
| HSL | hsl(332, 37%, 68%) |
| CMYK | cmyk(0%, 30%, 16%, 20%) |
| LAB | lab(66.1 27.4 -5.9) |
| LCH | lch(66.1 28.1 347.9) |
| OKLCH | oklch(0.719 0.083 349.3) |
Copy-ready code
/* CSS */
color: #cc8fac;
background-color: #cc8fac;
/* Tailwind (arbitrary) */
class="text-[#cc8fac] bg-[#cc8fac]"
/* SCSS */
$brand: #cc8fac;
/* SwiftUI */
Color(red: 0.800, green: 0.561, blue: 0.675)
/* Android */
Color.parseColor("#cc8fac")Accessibility — WCAG contrast
Aa
#cc8fac on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8fac on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow15.7%
Key (black)20.0%
Color previews
#cc8fac text on a black background
contrast 8.09:1
Card sample
#cc8fac text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8fac;
Background color
Panel with #cc8fac background
background-color: #cc8fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 143, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 143, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8fac; background: linear-gradient(135deg, #cc8fac, #CC9B8F);