#cc9fdf
a light, vivid violet · warm · closest name: plum
RGB
204, 159, 223
HSL
282°, 50%, 75%
CMYK
9, 29, 0, 13
Luminance
0.4296
Every format
| HEX | #cc9fdf |
| RGB | rgb(204, 159, 223) |
| HSL | hsl(282, 50%, 75%) |
| CMYK | cmyk(9%, 29%, 0%, 13%) |
| LAB | lab(71.5 28.0 -26.1) |
| LCH | lch(71.5 38.2 317.1) |
| OKLCH | oklch(0.766 0.102 315.7) |
Copy-ready code
/* CSS */
color: #cc9fdf;
background-color: #cc9fdf;
/* Tailwind (arbitrary) */
class="text-[#cc9fdf] bg-[#cc9fdf]"
/* SCSS */
$brand: #cc9fdf;
/* SwiftUI */
Color(red: 0.800, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#cc9fdf")Accessibility — WCAG contrast
Aa
#cc9fdf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9fdf on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green62.4%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cc9fdf text on a black background
contrast 9.59:1
Card sample
#cc9fdf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9fdf;
Background color
Panel with #cc9fdf background
background-color: #cc9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9fdf; background: linear-gradient(135deg, #cc9fdf, #DF9FC7);