#c189df
a light, vivid violet · warm · closest name: plum
RGB
193, 137, 223
HSL
279°, 57%, 71%
CMYK
14, 39, 0, 13
Luminance
0.3456
Every format
| HEX | #c189df |
| RGB | rgb(193, 137, 223) |
| HSL | hsl(279, 57%, 71%) |
| CMYK | cmyk(14%, 39%, 0%, 13%) |
| LAB | lab(65.4 36.7 -35.6) |
| LCH | lch(65.4 51.1 315.8) |
| OKLCH | oklch(0.717 0.135 313.2) |
Copy-ready code
/* CSS */
color: #c189df;
background-color: #c189df;
/* Tailwind (arbitrary) */
class="text-[#c189df] bg-[#c189df]"
/* SCSS */
$brand: #c189df;
/* SwiftUI */
Color(red: 0.757, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#c189df")Accessibility — WCAG contrast
Aa
#c189df on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c189df on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green53.7%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta38.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c189df text on a black background
contrast 7.91:1
Card sample
#c189df text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c189df;
Background color
Panel with #c189df background
background-color: #c189df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c189df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c189df; background: linear-gradient(135deg, #c189df, #DF89C4);