#c96af2
a light, electric violet · warm · closest name: violet
RGB
201, 106, 242
HSL
282°, 84%, 68%
CMYK
17, 56, 0, 5
Luminance
0.2914
Every format
| HEX | #c96af2 |
| RGB | rgb(201, 106, 242) |
| HSL | hsl(282, 84%, 68%) |
| CMYK | cmyk(17%, 56%, 0%, 5%) |
| LAB | lab(60.9 59.0 -53.2) |
| LCH | lch(60.9 79.4 318.0) |
| OKLCH | oklch(0.688 0.209 314.5) |
Copy-ready code
/* CSS */
color: #c96af2;
background-color: #c96af2;
/* Tailwind (arbitrary) */
class="text-[#c96af2] bg-[#c96af2]"
/* SCSS */
$brand: #c96af2;
/* SwiftUI */
Color(red: 0.788, green: 0.416, blue: 0.949)
/* Android */
Color.parseColor("#c96af2")Accessibility — WCAG contrast
Aa
#c96af2 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c96af2 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green41.6%
Blue94.9%
CMYK percentages
Cyan16.9%
Magenta56.2%
Yellow0.0%
Key (black)5.1%
Color previews
#c96af2 text on a black background
contrast 6.83:1
Card sample
#c96af2 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96af2;
Background color
Panel with #c96af2 background
background-color: #c96af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 106, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 106, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96af2; background: linear-gradient(135deg, #c96af2, #F26AC0);