#c39df0
a light, vivid violet · warm · closest name: plum
RGB
195, 157, 240
HSL
268°, 74%, 78%
CMYK
19, 35, 0, 6
Luminance
0.4201
Every format
| HEX | #c39df0 |
| RGB | rgb(195, 157, 240) |
| HSL | hsl(268, 74%, 78%) |
| CMYK | cmyk(19%, 35%, 0%, 6%) |
| LAB | lab(70.9 29.9 -36.4) |
| LCH | lch(70.9 47.1 309.4) |
| OKLCH | oklch(0.761 0.122 304.7) |
Copy-ready code
/* CSS */
color: #c39df0;
background-color: #c39df0;
/* Tailwind (arbitrary) */
class="text-[#c39df0] bg-[#c39df0]"
/* SCSS */
$brand: #c39df0;
/* SwiftUI */
Color(red: 0.765, green: 0.616, blue: 0.941)
/* Android */
Color.parseColor("#c39df0")Accessibility — WCAG contrast
Aa
#c39df0 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c39df0 on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green61.6%
Blue94.1%
CMYK percentages
Cyan18.8%
Magenta34.6%
Yellow0.0%
Key (black)5.9%
Color previews
#c39df0 text on a black background
contrast 9.40:1
Card sample
#c39df0 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c39df0;
Background color
Panel with #c39df0 background
background-color: #c39df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c39df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 157, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 157, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c39df0; background: linear-gradient(135deg, #c39df0, #F09DE6);