#c197df
a light, vivid violet · warm · closest name: plum
RGB
193, 151, 223
HSL
275°, 53%, 73%
CMYK
14, 32, 0, 13
Luminance
0.3880
Every format
| HEX | #c197df |
| RGB | rgb(193, 151, 223) |
| HSL | hsl(275, 53%, 73%) |
| CMYK | cmyk(14%, 32%, 0%, 13%) |
| LAB | lab(68.6 28.9 -30.6) |
| LCH | lch(68.6 42.1 313.4) |
| OKLCH | oklch(0.741 0.111 310.5) |
Copy-ready code
/* CSS */
color: #c197df;
background-color: #c197df;
/* Tailwind (arbitrary) */
class="text-[#c197df] bg-[#c197df]"
/* SCSS */
$brand: #c197df;
/* SwiftUI */
Color(red: 0.757, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#c197df")Accessibility — WCAG contrast
Aa
#c197df on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c197df on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green59.2%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c197df text on a black background
contrast 8.76:1
Card sample
#c197df text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c197df;
Background color
Panel with #c197df background
background-color: #c197df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c197df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c197df; background: linear-gradient(135deg, #c197df, #DF97CD);