#c96fdf
a light, vivid violet · warm · closest name: orchid
RGB
201, 111, 223
HSL
288°, 64%, 66%
CMYK
10, 50, 0, 13
Luminance
0.2911
Every format
| HEX | #c96fdf |
| RGB | rgb(201, 111, 223) |
| HSL | hsl(288, 64%, 66%) |
| CMYK | cmyk(10%, 50%, 0%, 13%) |
| LAB | lab(60.9 52.7 -42.6) |
| LCH | lch(60.9 67.8 321.0) |
| OKLCH | oklch(0.685 0.182 319.5) |
Copy-ready code
/* CSS */
color: #c96fdf;
background-color: #c96fdf;
/* Tailwind (arbitrary) */
class="text-[#c96fdf] bg-[#c96fdf]"
/* SCSS */
$brand: #c96fdf;
/* SwiftUI */
Color(red: 0.788, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#c96fdf")Accessibility — WCAG contrast
Aa
#c96fdf on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c96fdf on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green43.5%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c96fdf text on a black background
contrast 6.82:1
Card sample
#c96fdf text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96fdf;
Background color
Panel with #c96fdf background
background-color: #c96fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96fdf; background: linear-gradient(135deg, #c96fdf, #DF6FAA);