#c193df
a light, vivid violet · warm · closest name: plum
RGB
193, 147, 223
HSL
276°, 54%, 73%
CMYK
14, 34, 0, 13
Luminance
0.3753
Every format
| HEX | #c193df |
| RGB | rgb(193, 147, 223) |
| HSL | hsl(276, 54%, 73%) |
| CMYK | cmyk(14%, 34%, 0%, 13%) |
| LAB | lab(67.7 31.2 -32.1) |
| LCH | lch(67.7 44.7 314.2) |
| OKLCH | oklch(0.734 0.117 311.4) |
Copy-ready code
/* CSS */
color: #c193df;
background-color: #c193df;
/* Tailwind (arbitrary) */
class="text-[#c193df] bg-[#c193df]"
/* SCSS */
$brand: #c193df;
/* SwiftUI */
Color(red: 0.757, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#c193df")Accessibility — WCAG contrast
Aa
#c193df on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c193df on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green57.6%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c193df text on a black background
contrast 8.51:1
Card sample
#c193df text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c193df;
Background color
Panel with #c193df background
background-color: #c193df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c193df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c193df; background: linear-gradient(135deg, #c193df, #DF93CA);