#cc8ecf
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 142, 207
HSL
297°, 40%, 68%
CMYK
1, 31, 0, 19
Luminance
0.3669
Every format
| HEX | #cc8ecf |
| RGB | rgb(204, 142, 207) |
| HSL | hsl(297, 40%, 68%) |
| CMYK | cmyk(1%, 31%, 0%, 19%) |
| LAB | lab(67.0 34.1 -24.1) |
| LCH | lch(67.0 41.8 324.8) |
| OKLCH | oklch(0.730 0.114 325.1) |
Copy-ready code
/* CSS */
color: #cc8ecf;
background-color: #cc8ecf;
/* Tailwind (arbitrary) */
class="text-[#cc8ecf] bg-[#cc8ecf]"
/* SCSS */
$brand: #cc8ecf;
/* SwiftUI */
Color(red: 0.800, green: 0.557, blue: 0.812)
/* Android */
Color.parseColor("#cc8ecf")Accessibility — WCAG contrast
Aa
#cc8ecf on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8ecf on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green55.7%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta31.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cc8ecf text on a black background
contrast 8.34:1
Card sample
#cc8ecf text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8ecf;
Background color
Panel with #cc8ecf background
background-color: #cc8ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 142, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 142, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8ecf; background: linear-gradient(135deg, #cc8ecf, #CF8EA7);