#cc9cdf
a light, vivid violet · warm · closest name: plum
RGB
204, 156, 223
HSL
283°, 51%, 74%
CMYK
9, 30, 0, 13
Luminance
0.4194
Every format
| HEX | #cc9cdf |
| RGB | rgb(204, 156, 223) |
| HSL | hsl(283, 51%, 74%) |
| CMYK | cmyk(9%, 30%, 0%, 13%) |
| LAB | lab(70.8 29.6 -27.1) |
| LCH | lch(70.8 40.2 317.5) |
| OKLCH | oklch(0.760 0.107 316.2) |
Copy-ready code
/* CSS */
color: #cc9cdf;
background-color: #cc9cdf;
/* Tailwind (arbitrary) */
class="text-[#cc9cdf] bg-[#cc9cdf]"
/* SCSS */
$brand: #cc9cdf;
/* SwiftUI */
Color(red: 0.800, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#cc9cdf")Accessibility — WCAG contrast
Aa
#cc9cdf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9cdf on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green61.2%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cc9cdf text on a black background
contrast 9.39:1
Card sample
#cc9cdf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9cdf;
Background color
Panel with #cc9cdf background
background-color: #cc9cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9cdf; background: linear-gradient(135deg, #cc9cdf, #DF9CC5);