#c19fdf
a light, vivid violet · warm · closest name: plum
RGB
193, 159, 223
HSL
272°, 50%, 75%
CMYK
14, 29, 0, 13
Luminance
0.4146
Every format
| HEX | #c19fdf |
| RGB | rgb(193, 159, 223) |
| HSL | hsl(272, 50%, 75%) |
| CMYK | cmyk(14%, 29%, 0%, 13%) |
| LAB | lab(70.5 24.5 -27.7) |
| LCH | lch(70.5 37.0 311.5) |
| OKLCH | oklch(0.755 0.097 308.4) |
Copy-ready code
/* CSS */
color: #c19fdf;
background-color: #c19fdf;
/* Tailwind (arbitrary) */
class="text-[#c19fdf] bg-[#c19fdf]"
/* SCSS */
$brand: #c19fdf;
/* SwiftUI */
Color(red: 0.757, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#c19fdf")Accessibility — WCAG contrast
Aa
#c19fdf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19fdf on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green62.4%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c19fdf text on a black background
contrast 9.29:1
Card sample
#c19fdf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19fdf;
Background color
Panel with #c19fdf background
background-color: #c19fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19fdf; background: linear-gradient(135deg, #c19fdf, #DF9FD2);