#c39fd6
a light, soft violet · warm · closest name: plum
RGB
195, 159, 214
HSL
279°, 40%, 73%
CMYK
9, 26, 0, 16
Luminance
0.4125
Every format
| HEX | #c39fd6 |
| RGB | rgb(195, 159, 214) |
| HSL | hsl(279, 40%, 73%) |
| CMYK | cmyk(9%, 26%, 0%, 16%) |
| LAB | lab(70.3 23.3 -23.0) |
| LCH | lch(70.3 32.7 315.4) |
| OKLCH | oklch(0.753 0.087 313.8) |
Copy-ready code
/* CSS */
color: #c39fd6;
background-color: #c39fd6;
/* Tailwind (arbitrary) */
class="text-[#c39fd6] bg-[#c39fd6]"
/* SCSS */
$brand: #c39fd6;
/* SwiftUI */
Color(red: 0.765, green: 0.624, blue: 0.839)
/* Android */
Color.parseColor("#c39fd6")Accessibility — WCAG contrast
Aa
#c39fd6 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c39fd6 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green62.4%
Blue83.9%
CMYK percentages
Cyan8.9%
Magenta25.7%
Yellow0.0%
Key (black)16.1%
Color previews
#c39fd6 text on a black background
contrast 9.25:1
Card sample
#c39fd6 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c39fd6;
Background color
Panel with #c39fd6 background
background-color: #c39fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c39fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 159, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 159, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c39fd6; background: linear-gradient(135deg, #c39fd6, #D69FC4);