#c396df
a light, vivid violet · warm · closest name: plum
RGB
195, 150, 223
HSL
277°, 53%, 73%
CMYK
13, 33, 0, 13
Luminance
0.3874
Every format
| HEX | #c396df |
| RGB | rgb(195, 150, 223) |
| HSL | hsl(277, 53%, 73%) |
| CMYK | cmyk(13%, 33%, 0%, 13%) |
| LAB | lab(68.6 30.1 -30.7) |
| LCH | lch(68.6 43.0 314.5) |
| OKLCH | oklch(0.741 0.113 311.9) |
Copy-ready code
/* CSS */
color: #c396df;
background-color: #c396df;
/* Tailwind (arbitrary) */
class="text-[#c396df] bg-[#c396df]"
/* SCSS */
$brand: #c396df;
/* SwiftUI */
Color(red: 0.765, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#c396df")Accessibility — WCAG contrast
Aa
#c396df on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c396df on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green58.8%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c396df text on a black background
contrast 8.75:1
Card sample
#c396df text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c396df;
Background color
Panel with #c396df background
background-color: #c396df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c396df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c396df; background: linear-gradient(135deg, #c396df, #DF96CA);