#c96afd
a light, electric violet · warm · closest name: violet
RGB
201, 106, 253
HSL
279°, 97%, 70%
CMYK
21, 58, 0, 1
Luminance
0.2982
Every format
| HEX | #c96afd |
| RGB | rgb(201, 106, 253) |
| HSL | hsl(279, 97%, 70%) |
| CMYK | cmyk(21%, 58%, 0%, 1%) |
| LAB | lab(61.5 61.3 -58.3) |
| LCH | lch(61.5 84.6 316.4) |
| OKLCH | oklch(0.694 0.220 311.8) |
Copy-ready code
/* CSS */
color: #c96afd;
background-color: #c96afd;
/* Tailwind (arbitrary) */
class="text-[#c96afd] bg-[#c96afd]"
/* SCSS */
$brand: #c96afd;
/* SwiftUI */
Color(red: 0.788, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#c96afd")Accessibility — WCAG contrast
Aa
#c96afd on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c96afd on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green41.6%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c96afd text on a black background
contrast 6.96:1
Card sample
#c96afd text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96afd;
Background color
Panel with #c96afd background
background-color: #c96afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96afd; background: linear-gradient(135deg, #c96afd, #FD6ACF);