#c39fd9
a light, soft violet · warm · closest name: plum
RGB
195, 159, 217
HSL
277°, 43%, 74%
CMYK
10, 27, 0, 15
Luminance
0.4141
Every format
| HEX | #c39fd9 |
| RGB | rgb(195, 159, 217) |
| HSL | hsl(277, 43%, 74%) |
| CMYK | cmyk(10%, 27%, 0%, 15%) |
| LAB | lab(70.5 23.9 -24.5) |
| LCH | lch(70.5 34.2 314.3) |
| OKLCH | oklch(0.755 0.090 312.3) |
Copy-ready code
/* CSS */
color: #c39fd9;
background-color: #c39fd9;
/* Tailwind (arbitrary) */
class="text-[#c39fd9] bg-[#c39fd9]"
/* SCSS */
$brand: #c39fd9;
/* SwiftUI */
Color(red: 0.765, green: 0.624, blue: 0.851)
/* Android */
Color.parseColor("#c39fd9")Accessibility — WCAG contrast
Aa
#c39fd9 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c39fd9 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green62.4%
Blue85.1%
CMYK percentages
Cyan10.1%
Magenta26.7%
Yellow0.0%
Key (black)14.9%
Color previews
#c39fd9 text on a black background
contrast 9.28:1
Card sample
#c39fd9 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c39fd9;
Background color
Panel with #c39fd9 background
background-color: #c39fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c39fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 159, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 159, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c39fd9; background: linear-gradient(135deg, #c39fd9, #D99FC8);