#cc96cf
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 150, 207
HSL
297°, 37%, 70%
CMYK
1, 28, 0, 19
Luminance
0.3916
Every format
| HEX | #cc96cf |
| RGB | rgb(204, 150, 207) |
| HSL | hsl(297, 37%, 70%) |
| CMYK | cmyk(1%, 28%, 0%, 19%) |
| LAB | lab(68.9 29.8 -21.3) |
| LCH | lch(68.9 36.6 324.4) |
| OKLCH | oklch(0.743 0.100 324.8) |
Copy-ready code
/* CSS */
color: #cc96cf;
background-color: #cc96cf;
/* Tailwind (arbitrary) */
class="text-[#cc96cf] bg-[#cc96cf]"
/* SCSS */
$brand: #cc96cf;
/* SwiftUI */
Color(red: 0.800, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#cc96cf")Accessibility — WCAG contrast
Aa
#cc96cf on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc96cf on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green58.8%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta27.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cc96cf text on a black background
contrast 8.83:1
Card sample
#cc96cf text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc96cf;
Background color
Panel with #cc96cf background
background-color: #cc96cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc96cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc96cf; background: linear-gradient(135deg, #cc96cf, #CF96AC);