#c96cfd
a light, electric violet · warm · closest name: violet
RGB
201, 108, 253
HSL
279°, 97%, 71%
CMYK
21, 57, 0, 1
Luminance
0.3023
Every format
| HEX | #c96cfd |
| RGB | rgb(201, 108, 253) |
| HSL | hsl(279, 97%, 71%) |
| CMYK | cmyk(21%, 57%, 0%, 1%) |
| LAB | lab(61.9 60.3 -57.7) |
| LCH | lch(61.9 83.5 316.2) |
| OKLCH | oklch(0.697 0.217 311.7) |
Copy-ready code
/* CSS */
color: #c96cfd;
background-color: #c96cfd;
/* Tailwind (arbitrary) */
class="text-[#c96cfd] bg-[#c96cfd]"
/* SCSS */
$brand: #c96cfd;
/* SwiftUI */
Color(red: 0.788, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#c96cfd")Accessibility — WCAG contrast
Aa
#c96cfd on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c96cfd on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green42.4%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c96cfd text on a black background
contrast 7.05:1
Card sample
#c96cfd text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96cfd;
Background color
Panel with #c96cfd background
background-color: #c96cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96cfd; background: linear-gradient(135deg, #c96cfd, #FD6CD0);