#c96ae4
a light, vivid violet · warm · closest name: orchid
RGB
201, 106, 228
HSL
287°, 69%, 66%
CMYK
12, 54, 0, 11
Luminance
0.2833
Every format
| HEX | #c96ae4 |
| RGB | rgb(201, 106, 228) |
| HSL | hsl(287, 69%, 66%) |
| CMYK | cmyk(12%, 54%, 0%, 11%) |
| LAB | lab(60.2 56.2 -46.5) |
| LCH | lch(60.2 72.9 320.4) |
| OKLCH | oklch(0.680 0.195 318.3) |
Copy-ready code
/* CSS */
color: #c96ae4;
background-color: #c96ae4;
/* Tailwind (arbitrary) */
class="text-[#c96ae4] bg-[#c96ae4]"
/* SCSS */
$brand: #c96ae4;
/* SwiftUI */
Color(red: 0.788, green: 0.416, blue: 0.894)
/* Android */
Color.parseColor("#c96ae4")Accessibility — WCAG contrast
Aa
#c96ae4 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c96ae4 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green41.6%
Blue89.4%
CMYK percentages
Cyan11.8%
Magenta53.5%
Yellow0.0%
Key (black)10.6%
Color previews
#c96ae4 text on a black background
contrast 6.67:1
Card sample
#c96ae4 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96ae4;
Background color
Panel with #c96ae4 background
background-color: #c96ae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96ae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 106, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 106, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96ae4; background: linear-gradient(135deg, #c96ae4, #E46AAE);