#c38fdf
a light, vivid violet · warm · closest name: plum
RGB
195, 143, 223
HSL
279°, 56%, 72%
CMYK
13, 36, 0, 13
Luminance
0.3657
Every format
| HEX | #c38fdf |
| RGB | rgb(195, 143, 223) |
| HSL | hsl(279, 56%, 72%) |
| CMYK | cmyk(13%, 36%, 0%, 13%) |
| LAB | lab(67.0 34.0 -33.2) |
| LCH | lch(67.0 47.5 315.7) |
| OKLCH | oklch(0.729 0.125 313.2) |
Copy-ready code
/* CSS */
color: #c38fdf;
background-color: #c38fdf;
/* Tailwind (arbitrary) */
class="text-[#c38fdf] bg-[#c38fdf]"
/* SCSS */
$brand: #c38fdf;
/* SwiftUI */
Color(red: 0.765, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#c38fdf")Accessibility — WCAG contrast
Aa
#c38fdf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c38fdf on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green56.1%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c38fdf text on a black background
contrast 8.31:1
Card sample
#c38fdf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c38fdf;
Background color
Panel with #c38fdf background
background-color: #c38fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c38fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c38fdf; background: linear-gradient(135deg, #c38fdf, #DF8FC6);