#c39dfb
a light, electric violet · warm · closest name: plum
RGB
195, 157, 251
HSL
264°, 92%, 80%
CMYK
22, 38, 0, 2
Luminance
0.4268
Every format
| HEX | #c39dfb |
| RGB | rgb(195, 157, 251) |
| HSL | hsl(264, 92%, 80%) |
| CMYK | cmyk(22%, 38%, 0%, 2%) |
| LAB | lab(71.3 32.4 -41.7) |
| LCH | lch(71.3 52.8 307.9) |
| OKLCH | oklch(0.766 0.136 301.9) |
Copy-ready code
/* CSS */
color: #c39dfb;
background-color: #c39dfb;
/* Tailwind (arbitrary) */
class="text-[#c39dfb] bg-[#c39dfb]"
/* SCSS */
$brand: #c39dfb;
/* SwiftUI */
Color(red: 0.765, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#c39dfb")Accessibility — WCAG contrast
Aa
#c39dfb on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c39dfb on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green61.6%
Blue98.4%
CMYK percentages
Cyan22.3%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#c39dfb text on a black background
contrast 9.54:1
Card sample
#c39dfb text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c39dfb;
Background color
Panel with #c39dfb background
background-color: #c39dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c39dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c39dfb; background: linear-gradient(135deg, #c39dfb, #FB9DF4);