#c196fc
a light, electric violet · warm · closest name: violet
RGB
193, 150, 252
HSL
265°, 94%, 79%
CMYK
23, 41, 0, 1
Luminance
0.4018
Every format
| HEX | #c196fc |
| RGB | rgb(193, 150, 252) |
| HSL | hsl(265, 94%, 79%) |
| CMYK | cmyk(23%, 41%, 0%, 1%) |
| LAB | lab(69.6 35.9 -45.0) |
| LCH | lch(69.6 57.6 308.6) |
| OKLCH | oklch(0.752 0.148 302.4) |
Copy-ready code
/* CSS */
color: #c196fc;
background-color: #c196fc;
/* Tailwind (arbitrary) */
class="text-[#c196fc] bg-[#c196fc]"
/* SCSS */
$brand: #c196fc;
/* SwiftUI */
Color(red: 0.757, green: 0.588, blue: 0.988)
/* Android */
Color.parseColor("#c196fc")Accessibility — WCAG contrast
Aa
#c196fc on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c196fc on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green58.8%
Blue98.8%
CMYK percentages
Cyan23.4%
Magenta40.5%
Yellow0.0%
Key (black)1.2%
Color previews
#c196fc text on a black background
contrast 9.04:1
Card sample
#c196fc text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c196fc;
Background color
Panel with #c196fc background
background-color: #c196fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c196fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 150, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 150, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c196fc; background: linear-gradient(135deg, #c196fc, #FC96F3);