#c19df4
a light, electric violet · warm · closest name: plum
RGB
193, 157, 244
HSL
265°, 80%, 79%
CMYK
21, 36, 0, 4
Luminance
0.4198
Every format
| HEX | #c19df4 |
| RGB | rgb(193, 157, 244) |
| HSL | hsl(265, 80%, 79%) |
| CMYK | cmyk(21%, 36%, 0%, 4%) |
| LAB | lab(70.9 30.2 -38.6) |
| LCH | lch(70.9 49.1 308.0) |
| OKLCH | oklch(0.761 0.127 302.5) |
Copy-ready code
/* CSS */
color: #c19df4;
background-color: #c19df4;
/* Tailwind (arbitrary) */
class="text-[#c19df4] bg-[#c19df4]"
/* SCSS */
$brand: #c19df4;
/* SwiftUI */
Color(red: 0.757, green: 0.616, blue: 0.957)
/* Android */
Color.parseColor("#c19df4")Accessibility — WCAG contrast
Aa
#c19df4 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19df4 on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green61.6%
Blue95.7%
CMYK percentages
Cyan20.9%
Magenta35.7%
Yellow0.0%
Key (black)4.3%
Color previews
#c19df4 text on a black background
contrast 9.40:1
Card sample
#c19df4 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19df4;
Background color
Panel with #c19df4 background
background-color: #c19df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 157, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 157, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19df4; background: linear-gradient(135deg, #c19df4, #F49DED);