#cc93cf
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 147, 207
HSL
297°, 39%, 69%
CMYK
1, 29, 0, 19
Luminance
0.3821
Every format
| HEX | #cc93cf |
| RGB | rgb(204, 147, 207) |
| HSL | hsl(297, 39%, 69%) |
| CMYK | cmyk(1%, 29%, 0%, 19%) |
| LAB | lab(68.2 31.4 -22.4) |
| LCH | lch(68.2 38.6 324.6) |
| OKLCH | oklch(0.738 0.105 324.9) |
Copy-ready code
/* CSS */
color: #cc93cf;
background-color: #cc93cf;
/* Tailwind (arbitrary) */
class="text-[#cc93cf] bg-[#cc93cf]"
/* SCSS */
$brand: #cc93cf;
/* SwiftUI */
Color(red: 0.800, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#cc93cf")Accessibility — WCAG contrast
Aa
#cc93cf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc93cf on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green57.6%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta29.0%
Yellow0.0%
Key (black)18.8%
Color previews
#cc93cf text on a black background
contrast 8.64:1
Card sample
#cc93cf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc93cf;
Background color
Panel with #cc93cf background
background-color: #cc93cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc93cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc93cf; background: linear-gradient(135deg, #cc93cf, #CF93AA);