#c19bdf
a light, vivid violet · warm · closest name: plum
RGB
193, 155, 223
HSL
274°, 52%, 74%
CMYK
14, 31, 0, 13
Luminance
0.4011
Every format
| HEX | #c19bdf |
| RGB | rgb(193, 155, 223) |
| HSL | hsl(274, 52%, 74%) |
| CMYK | cmyk(14%, 31%, 0%, 13%) |
| LAB | lab(69.5 26.7 -29.2) |
| LCH | lch(69.5 39.6 312.5) |
| OKLCH | oklch(0.748 0.104 309.5) |
Copy-ready code
/* CSS */
color: #c19bdf;
background-color: #c19bdf;
/* Tailwind (arbitrary) */
class="text-[#c19bdf] bg-[#c19bdf]"
/* SCSS */
$brand: #c19bdf;
/* SwiftUI */
Color(red: 0.757, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#c19bdf")Accessibility — WCAG contrast
Aa
#c19bdf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19bdf on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green60.8%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c19bdf text on a black background
contrast 9.02:1
Card sample
#c19bdf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19bdf;
Background color
Panel with #c19bdf background
background-color: #c19bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19bdf; background: linear-gradient(135deg, #c19bdf, #DF9BD0);