#c19cdf
a light, vivid violet · warm · closest name: plum
RGB
193, 156, 223
HSL
273°, 51%, 74%
CMYK
14, 30, 0, 13
Luminance
0.4044
Every format
| HEX | #c19cdf |
| RGB | rgb(193, 156, 223) |
| HSL | hsl(273, 51%, 74%) |
| CMYK | cmyk(14%, 30%, 0%, 13%) |
| LAB | lab(69.8 26.2 -28.8) |
| LCH | lch(69.8 38.9 312.3) |
| OKLCH | oklch(0.750 0.102 309.3) |
Copy-ready code
/* CSS */
color: #c19cdf;
background-color: #c19cdf;
/* Tailwind (arbitrary) */
class="text-[#c19cdf] bg-[#c19cdf]"
/* SCSS */
$brand: #c19cdf;
/* SwiftUI */
Color(red: 0.757, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#c19cdf")Accessibility — WCAG contrast
Aa
#c19cdf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19cdf on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green61.2%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c19cdf text on a black background
contrast 9.09:1
Card sample
#c19cdf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19cdf;
Background color
Panel with #c19cdf background
background-color: #c19cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19cdf; background: linear-gradient(135deg, #c19cdf, #DF9CD0);