#c96ddf
a light, vivid violet · warm · closest name: orchid
RGB
201, 109, 223
HSL
288°, 64%, 65%
CMYK
10, 51, 0, 13
Luminance
0.2868
Every format
| HEX | #c96ddf |
| RGB | rgb(201, 109, 223) |
| HSL | hsl(288, 64%, 65%) |
| CMYK | cmyk(10%, 51%, 0%, 13%) |
| LAB | lab(60.5 53.7 -43.2) |
| LCH | lch(60.5 68.9 321.2) |
| OKLCH | oklch(0.682 0.185 319.6) |
Copy-ready code
/* CSS */
color: #c96ddf;
background-color: #c96ddf;
/* Tailwind (arbitrary) */
class="text-[#c96ddf] bg-[#c96ddf]"
/* SCSS */
$brand: #c96ddf;
/* SwiftUI */
Color(red: 0.788, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#c96ddf")Accessibility — WCAG contrast
Aa
#c96ddf on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c96ddf on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green42.7%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta51.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c96ddf text on a black background
contrast 6.74:1
Card sample
#c96ddf text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96ddf;
Background color
Panel with #c96ddf background
background-color: #c96ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96ddf; background: linear-gradient(135deg, #c96ddf, #DF6DA9);