#c196df
a light, vivid violet · warm · closest name: plum
RGB
193, 150, 223
HSL
275°, 53%, 73%
CMYK
14, 33, 0, 13
Luminance
0.3848
Every format
| HEX | #c196df |
| RGB | rgb(193, 150, 223) |
| HSL | hsl(275, 53%, 73%) |
| CMYK | cmyk(14%, 33%, 0%, 13%) |
| LAB | lab(68.4 29.5 -31.0) |
| LCH | lch(68.4 42.8 313.6) |
| OKLCH | oklch(0.739 0.112 310.7) |
Copy-ready code
/* CSS */
color: #c196df;
background-color: #c196df;
/* Tailwind (arbitrary) */
class="text-[#c196df] bg-[#c196df]"
/* SCSS */
$brand: #c196df;
/* SwiftUI */
Color(red: 0.757, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#c196df")Accessibility — WCAG contrast
Aa
#c196df on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c196df on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green58.8%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c196df text on a black background
contrast 8.70:1
Card sample
#c196df text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c196df;
Background color
Panel with #c196df background
background-color: #c196df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c196df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c196df; background: linear-gradient(135deg, #c196df, #DF96CC);