#c19cda
a light, vivid violet · warm · closest name: plum
RGB
193, 156, 218
HSL
276°, 46%, 73%
CMYK
12, 28, 0, 15
Luminance
0.4018
Every format
| HEX | #c19cda |
| RGB | rgb(193, 156, 218) |
| HSL | hsl(276, 46%, 73%) |
| CMYK | cmyk(12%, 28%, 0%, 15%) |
| LAB | lab(69.6 25.1 -26.4) |
| LCH | lch(69.6 36.4 313.6) |
| OKLCH | oklch(0.748 0.096 311.3) |
Copy-ready code
/* CSS */
color: #c19cda;
background-color: #c19cda;
/* Tailwind (arbitrary) */
class="text-[#c19cda] bg-[#c19cda]"
/* SCSS */
$brand: #c19cda;
/* SwiftUI */
Color(red: 0.757, green: 0.612, blue: 0.855)
/* Android */
Color.parseColor("#c19cda")Accessibility — WCAG contrast
Aa
#c19cda on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19cda on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green61.2%
Blue85.5%
CMYK percentages
Cyan11.5%
Magenta28.4%
Yellow0.0%
Key (black)14.5%
Color previews
#c19cda text on a black background
contrast 9.04:1
Card sample
#c19cda text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19cda;
Background color
Panel with #c19cda background
background-color: #c19cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 156, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 156, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19cda; background: linear-gradient(135deg, #c19cda, #DA9CCA);