#c38cdf
a light, vivid violet · warm · closest name: plum
RGB
195, 140, 223
HSL
280°, 57%, 71%
CMYK
13, 37, 0, 13
Luminance
0.3569
Every format
| HEX | #c38cdf |
| RGB | rgb(195, 140, 223) |
| HSL | hsl(280, 57%, 71%) |
| CMYK | cmyk(13%, 37%, 0%, 13%) |
| LAB | lab(66.3 35.6 -34.2) |
| LCH | lch(66.3 49.4 316.1) |
| OKLCH | oklch(0.724 0.130 313.7) |
Copy-ready code
/* CSS */
color: #c38cdf;
background-color: #c38cdf;
/* Tailwind (arbitrary) */
class="text-[#c38cdf] bg-[#c38cdf]"
/* SCSS */
$brand: #c38cdf;
/* SwiftUI */
Color(red: 0.765, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#c38cdf")Accessibility — WCAG contrast
Aa
#c38cdf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c38cdf on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green54.9%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c38cdf text on a black background
contrast 8.14:1
Card sample
#c38cdf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c38cdf;
Background color
Panel with #c38cdf background
background-color: #c38cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c38cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c38cdf; background: linear-gradient(135deg, #c38cdf, #DF8CC4);