#cc8fba
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 143, 186
HSL
318°, 37%, 68%
CMYK
0, 30, 9, 20
Luminance
0.3603
Every format
| HEX | #cc8fba |
| RGB | rgb(204, 143, 186) |
| HSL | hsl(318, 37%, 68%) |
| CMYK | cmyk(0%, 30%, 9%, 20%) |
| LAB | lab(66.5 29.8 -13.1) |
| LCH | lch(66.5 32.5 336.2) |
| OKLCH | oklch(0.723 0.093 337.9) |
Copy-ready code
/* CSS */
color: #cc8fba;
background-color: #cc8fba;
/* Tailwind (arbitrary) */
class="text-[#cc8fba] bg-[#cc8fba]"
/* SCSS */
$brand: #cc8fba;
/* SwiftUI */
Color(red: 0.800, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#cc8fba")Accessibility — WCAG contrast
Aa
#cc8fba on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8fba on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow8.8%
Key (black)20.0%
Color previews
#cc8fba text on a black background
contrast 8.21:1
Card sample
#cc8fba text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8fba;
Background color
Panel with #cc8fba background
background-color: #cc8fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8fba; background: linear-gradient(135deg, #cc8fba, #CC8F91);