#c19df6
a light, electric violet · warm · closest name: plum
RGB
193, 157, 246
HSL
264°, 83%, 79%
CMYK
22, 36, 0, 4
Luminance
0.4211
Every format
| HEX | #c19df6 |
| RGB | rgb(193, 157, 246) |
| HSL | hsl(264, 83%, 79%) |
| CMYK | cmyk(22%, 36%, 0%, 4%) |
| LAB | lab(70.9 30.7 -39.6) |
| LCH | lch(70.9 50.1 307.8) |
| OKLCH | oklch(0.762 0.130 302.0) |
Copy-ready code
/* CSS */
color: #c19df6;
background-color: #c19df6;
/* Tailwind (arbitrary) */
class="text-[#c19df6] bg-[#c19df6]"
/* SCSS */
$brand: #c19df6;
/* SwiftUI */
Color(red: 0.757, green: 0.616, blue: 0.965)
/* Android */
Color.parseColor("#c19df6")Accessibility — WCAG contrast
Aa
#c19df6 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19df6 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green61.6%
Blue96.5%
CMYK percentages
Cyan21.5%
Magenta36.2%
Yellow0.0%
Key (black)3.5%
Color previews
#c19df6 text on a black background
contrast 9.42:1
Card sample
#c19df6 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19df6;
Background color
Panel with #c19df6 background
background-color: #c19df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 157, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 157, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19df6; background: linear-gradient(135deg, #c19df6, #F69DF0);