#c396cf
a light, soft violet · warm · closest name: plum
RGB
195, 150, 207
HSL
287°, 37%, 70%
CMYK
6, 28, 0, 19
Luminance
0.3792
Every format
| HEX | #c396cf |
| RGB | rgb(195, 150, 207) |
| HSL | hsl(287, 37%, 70%) |
| CMYK | cmyk(6%, 28%, 0%, 19%) |
| LAB | lab(68.0 26.9 -22.8) |
| LCH | lch(68.0 35.2 319.7) |
| OKLCH | oklch(0.734 0.094 319.1) |
Copy-ready code
/* CSS */
color: #c396cf;
background-color: #c396cf;
/* Tailwind (arbitrary) */
class="text-[#c396cf] bg-[#c396cf]"
/* SCSS */
$brand: #c396cf;
/* SwiftUI */
Color(red: 0.765, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#c396cf")Accessibility — WCAG contrast
Aa
#c396cf on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c396cf on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green58.8%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta27.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c396cf text on a black background
contrast 8.58:1
Card sample
#c396cf text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c396cf;
Background color
Panel with #c396cf background
background-color: #c396cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c396cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c396cf; background: linear-gradient(135deg, #c396cf, #CF96B5);