#c196cf
a light, soft violet · warm · closest name: plum
RGB
193, 150, 207
HSL
285°, 37%, 70%
CMYK
7, 28, 0, 19
Luminance
0.3766
Every format
| HEX | #c196cf |
| RGB | rgb(193, 150, 207) |
| HSL | hsl(285, 37%, 70%) |
| CMYK | cmyk(7%, 28%, 0%, 19%) |
| LAB | lab(67.8 26.2 -23.1) |
| LCH | lch(67.8 34.9 318.6) |
| OKLCH | oklch(0.732 0.093 317.7) |
Copy-ready code
/* CSS */
color: #c196cf;
background-color: #c196cf;
/* Tailwind (arbitrary) */
class="text-[#c196cf] bg-[#c196cf]"
/* SCSS */
$brand: #c196cf;
/* SwiftUI */
Color(red: 0.757, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#c196cf")Accessibility — WCAG contrast
Aa
#c196cf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c196cf on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green58.8%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta27.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c196cf text on a black background
contrast 8.53:1
Card sample
#c196cf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c196cf;
Background color
Panel with #c196cf background
background-color: #c196cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c196cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c196cf; background: linear-gradient(135deg, #c196cf, #CF96B7);