#c39cdf
a light, vivid violet · warm · closest name: plum
RGB
195, 156, 223
HSL
275°, 51%, 74%
CMYK
13, 30, 0, 13
Luminance
0.4071
Every format
| HEX | #c39cdf |
| RGB | rgb(195, 156, 223) |
| HSL | hsl(275, 51%, 74%) |
| CMYK | cmyk(13%, 30%, 0%, 13%) |
| LAB | lab(70.0 26.8 -28.5) |
| LCH | lch(70.0 39.1 313.2) |
| OKLCH | oklch(0.752 0.103 310.6) |
Copy-ready code
/* CSS */
color: #c39cdf;
background-color: #c39cdf;
/* Tailwind (arbitrary) */
class="text-[#c39cdf] bg-[#c39cdf]"
/* SCSS */
$brand: #c39cdf;
/* SwiftUI */
Color(red: 0.765, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#c39cdf")Accessibility — WCAG contrast
Aa
#c39cdf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c39cdf on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green61.2%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c39cdf text on a black background
contrast 9.14:1
Card sample
#c39cdf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c39cdf;
Background color
Panel with #c39cdf background
background-color: #c39cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c39cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c39cdf; background: linear-gradient(135deg, #c39cdf, #DF9CCE);