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