#cc96df
a light, vivid violet · warm · closest name: plum
RGB
204, 150, 223
HSL
284°, 53%, 73%
CMYK
9, 33, 0, 13
Luminance
0.3998
Every format
| HEX | #cc96df |
| RGB | rgb(204, 150, 223) |
| HSL | hsl(284, 53%, 73%) |
| CMYK | cmyk(9%, 33%, 0%, 13%) |
| LAB | lab(69.5 32.9 -29.2) |
| LCH | lch(69.5 44.0 318.4) |
| OKLCH | oklch(0.750 0.117 317.1) |
Copy-ready code
/* CSS */
color: #cc96df;
background-color: #cc96df;
/* Tailwind (arbitrary) */
class="text-[#cc96df] bg-[#cc96df]"
/* SCSS */
$brand: #cc96df;
/* SwiftUI */
Color(red: 0.800, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#cc96df")Accessibility — WCAG contrast
Aa
#cc96df on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc96df on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green58.8%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cc96df text on a black background
contrast 9.00:1
Card sample
#cc96df text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc96df;
Background color
Panel with #cc96df background
background-color: #cc96df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc96df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc96df; background: linear-gradient(135deg, #cc96df, #DF96C1);