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