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