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