#c19eee
a light, vivid violet · warm · closest name: plum
RGB
193, 158, 238
HSL
266°, 70%, 78%
CMYK
19, 34, 0, 7
Luminance
0.4196
Every format
| HEX | #c19eee |
| RGB | rgb(193, 158, 238) |
| HSL | hsl(266, 70%, 78%) |
| CMYK | cmyk(19%, 34%, 0%, 7%) |
| LAB | lab(70.8 28.3 -35.4) |
| LCH | lch(70.8 45.3 308.7) |
| OKLCH | oklch(0.760 0.118 303.8) |
Copy-ready code
/* CSS */
color: #c19eee;
background-color: #c19eee;
/* Tailwind (arbitrary) */
class="text-[#c19eee] bg-[#c19eee]"
/* SCSS */
$brand: #c19eee;
/* SwiftUI */
Color(red: 0.757, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#c19eee")Accessibility — WCAG contrast
Aa
#c19eee on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19eee on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green62.0%
Blue93.3%
CMYK percentages
Cyan18.9%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#c19eee text on a black background
contrast 9.39:1
Card sample
#c19eee text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19eee;
Background color
Panel with #c19eee background
background-color: #c19eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19eee; background: linear-gradient(135deg, #c19eee, #EE9EE6);