#b39cdf
a light, vivid violet · warm · closest name: plum
RGB
179, 156, 223
HSL
261°, 51%, 74%
CMYK
20, 30, 0, 13
Luminance
0.3869
Every format
| HEX | #b39cdf |
| RGB | rgb(179, 156, 223) |
| HSL | hsl(261, 51%, 74%) |
| CMYK | cmyk(20%, 30%, 0%, 13%) |
| LAB | lab(68.5 21.9 -30.9) |
| LCH | lch(68.5 37.8 305.3) |
| OKLCH | oklch(0.737 0.098 299.8) |
Copy-ready code
/* CSS */
color: #b39cdf;
background-color: #b39cdf;
/* Tailwind (arbitrary) */
class="text-[#b39cdf] bg-[#b39cdf]"
/* SCSS */
$brand: #b39cdf;
/* SwiftUI */
Color(red: 0.702, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#b39cdf")Accessibility — WCAG contrast
Aa
#b39cdf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b39cdf on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green61.2%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b39cdf text on a black background
contrast 8.74:1
Card sample
#b39cdf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b39cdf;
Background color
Panel with #b39cdf background
background-color: #b39cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b39cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b39cdf; background: linear-gradient(135deg, #b39cdf, #DF9CDE);