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