#c96df9
a light, electric violet · warm · closest name: violet
RGB
201, 109, 249
HSL
279°, 92%, 70%
CMYK
19, 56, 0, 2
Luminance
0.3019
Every format
| HEX | #c96df9 |
| RGB | rgb(201, 109, 249) |
| HSL | hsl(279, 92%, 70%) |
| CMYK | cmyk(19%, 56%, 0%, 2%) |
| LAB | lab(61.8 59.0 -55.6) |
| LCH | lch(61.8 81.0 316.7) |
| OKLCH | oklch(0.696 0.211 312.5) |
Copy-ready code
/* CSS */
color: #c96df9;
background-color: #c96df9;
/* Tailwind (arbitrary) */
class="text-[#c96df9] bg-[#c96df9]"
/* SCSS */
$brand: #c96df9;
/* SwiftUI */
Color(red: 0.788, green: 0.427, blue: 0.976)
/* Android */
Color.parseColor("#c96df9")Accessibility — WCAG contrast
Aa
#c96df9 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c96df9 on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green42.7%
Blue97.6%
CMYK percentages
Cyan19.3%
Magenta56.2%
Yellow0.0%
Key (black)2.4%
Color previews
#c96df9 text on a black background
contrast 7.04:1
Card sample
#c96df9 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96df9;
Background color
Panel with #c96df9 background
background-color: #c96df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 109, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 109, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96df9; background: linear-gradient(135deg, #c96df9, #F96DCC);