#c199eb
a light, vivid violet · warm · closest name: plum
RGB
193, 153, 235
HSL
269°, 67%, 76%
CMYK
18, 35, 0, 8
Luminance
0.4012
Every format
| HEX | #c199eb |
| RGB | rgb(193, 153, 235) |
| HSL | hsl(269, 67%, 76%) |
| CMYK | cmyk(18%, 35%, 0%, 8%) |
| LAB | lab(69.5 30.4 -35.8) |
| LCH | lch(69.5 47.0 310.4) |
| OKLCH | oklch(0.750 0.122 306.0) |
Copy-ready code
/* CSS */
color: #c199eb;
background-color: #c199eb;
/* Tailwind (arbitrary) */
class="text-[#c199eb] bg-[#c199eb]"
/* SCSS */
$brand: #c199eb;
/* SwiftUI */
Color(red: 0.757, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#c199eb")Accessibility — WCAG contrast
Aa
#c199eb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c199eb on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green60.0%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c199eb text on a black background
contrast 9.02:1
Card sample
#c199eb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c199eb;
Background color
Panel with #c199eb background
background-color: #c199eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c199eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c199eb; background: linear-gradient(135deg, #c199eb, #EB99DE);