#c96cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
201, 108, 223
HSL
289°, 64%, 65%
CMYK
10, 52, 0, 13
Luminance
0.2847
Every format
| HEX | #c96cdf |
| RGB | rgb(201, 108, 223) |
| HSL | hsl(289, 64%, 65%) |
| CMYK | cmyk(10%, 52%, 0%, 13%) |
| LAB | lab(60.3 54.2 -43.5) |
| LCH | lch(60.3 69.5 321.3) |
| OKLCH | oklch(0.680 0.186 319.7) |
Copy-ready code
/* CSS */
color: #c96cdf;
background-color: #c96cdf;
/* Tailwind (arbitrary) */
class="text-[#c96cdf] bg-[#c96cdf]"
/* SCSS */
$brand: #c96cdf;
/* SwiftUI */
Color(red: 0.788, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#c96cdf")Accessibility — WCAG contrast
Aa
#c96cdf on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c96cdf on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green42.4%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c96cdf text on a black background
contrast 6.69:1
Card sample
#c96cdf text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96cdf;
Background color
Panel with #c96cdf background
background-color: #c96cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96cdf; background: linear-gradient(135deg, #c96cdf, #DF6CA8);