#c197eb
a light, vivid violet · warm · closest name: plum
RGB
193, 151, 235
HSL
270°, 68%, 76%
CMYK
18, 36, 0, 8
Luminance
0.3947
Every format
| HEX | #c197eb |
| RGB | rgb(193, 151, 235) |
| HSL | hsl(270, 68%, 76%) |
| CMYK | cmyk(18%, 36%, 0%, 8%) |
| LAB | lab(69.1 31.6 -36.5) |
| LCH | lch(69.1 48.2 310.9) |
| OKLCH | oklch(0.746 0.126 306.5) |
Copy-ready code
/* CSS */
color: #c197eb;
background-color: #c197eb;
/* Tailwind (arbitrary) */
class="text-[#c197eb] bg-[#c197eb]"
/* SCSS */
$brand: #c197eb;
/* SwiftUI */
Color(red: 0.757, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#c197eb")Accessibility — WCAG contrast
Aa
#c197eb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c197eb on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green59.2%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c197eb text on a black background
contrast 8.89:1
Card sample
#c197eb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c197eb;
Background color
Panel with #c197eb background
background-color: #c197eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c197eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c197eb; background: linear-gradient(135deg, #c197eb, #EB97DD);