#c192df
a light, vivid violet · warm · closest name: plum
RGB
193, 146, 223
HSL
277°, 55%, 72%
CMYK
14, 35, 0, 13
Luminance
0.3722
Every format
| HEX | #c192df |
| RGB | rgb(193, 146, 223) |
| HSL | hsl(277, 55%, 72%) |
| CMYK | cmyk(14%, 35%, 0%, 13%) |
| LAB | lab(67.4 31.7 -32.4) |
| LCH | lch(67.4 45.4 314.4) |
| OKLCH | oklch(0.732 0.119 311.6) |
Copy-ready code
/* CSS */
color: #c192df;
background-color: #c192df;
/* Tailwind (arbitrary) */
class="text-[#c192df] bg-[#c192df]"
/* SCSS */
$brand: #c192df;
/* SwiftUI */
Color(red: 0.757, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#c192df")Accessibility — WCAG contrast
Aa
#c192df on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c192df on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green57.3%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c192df text on a black background
contrast 8.44:1
Card sample
#c192df text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c192df;
Background color
Panel with #c192df background
background-color: #c192df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c192df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c192df; background: linear-gradient(135deg, #c192df, #DF92CA);