#cc93af
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 147, 175
HSL
331°, 36%, 69%
CMYK
0, 28, 14, 20
Luminance
0.3680
Every format
| HEX | #cc93af |
| RGB | rgb(204, 147, 175) |
| HSL | hsl(331, 36%, 69%) |
| CMYK | cmyk(0%, 28%, 14%, 20%) |
| LAB | lab(67.1 25.7 -6.1) |
| LCH | lch(67.1 26.4 346.7) |
| OKLCH | oklch(0.727 0.078 348.2) |
Copy-ready code
/* CSS */
color: #cc93af;
background-color: #cc93af;
/* Tailwind (arbitrary) */
class="text-[#cc93af] bg-[#cc93af]"
/* SCSS */
$brand: #cc93af;
/* SwiftUI */
Color(red: 0.800, green: 0.576, blue: 0.686)
/* Android */
Color.parseColor("#cc93af")Accessibility — WCAG contrast
Aa
#cc93af on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc93af on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green57.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta27.9%
Yellow14.2%
Key (black)20.0%
Color previews
#cc93af text on a black background
contrast 8.36:1
Card sample
#cc93af text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc93af;
Background color
Panel with #cc93af background
background-color: #cc93af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc93af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 147, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 147, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc93af; background: linear-gradient(135deg, #cc93af, #CC9D93);