#c38bcf
a light, soft violet · warm · closest name: plum
RGB
195, 139, 207
HSL
289°, 42%, 68%
CMYK
6, 33, 0, 19
Luminance
0.3457
Every format
| HEX | #c38bcf |
| RGB | rgb(195, 139, 207) |
| HSL | hsl(289, 42%, 68%) |
| CMYK | cmyk(6%, 33%, 0%, 19%) |
| LAB | lab(65.4 32.9 -26.7) |
| LCH | lch(65.4 42.4 321.0) |
| OKLCH | oklch(0.715 0.114 320.4) |
Copy-ready code
/* CSS */
color: #c38bcf;
background-color: #c38bcf;
/* Tailwind (arbitrary) */
class="text-[#c38bcf] bg-[#c38bcf]"
/* SCSS */
$brand: #c38bcf;
/* SwiftUI */
Color(red: 0.765, green: 0.545, blue: 0.812)
/* Android */
Color.parseColor("#c38bcf")Accessibility — WCAG contrast
Aa
#c38bcf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c38bcf on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green54.5%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta32.9%
Yellow0.0%
Key (black)18.8%
Color previews
#c38bcf text on a black background
contrast 7.91:1
Card sample
#c38bcf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c38bcf;
Background color
Panel with #c38bcf background
background-color: #c38bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c38bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 139, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 139, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c38bcf; background: linear-gradient(135deg, #c38bcf, #CF8BAE);