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