#b39fd3
a light, soft violet · warm · closest name: plum
RGB
179, 159, 211
HSL
263°, 37%, 73%
CMYK
15, 25, 0, 17
Luminance
0.3908
Every format
| HEX | #b39fd3 |
| RGB | rgb(179, 159, 211) |
| HSL | hsl(263, 37%, 73%) |
| CMYK | cmyk(15%, 25%, 0%, 17%) |
| LAB | lab(68.8 17.5 -23.8) |
| LCH | lch(68.8 29.6 306.3) |
| OKLCH | oklch(0.738 0.077 302.1) |
Copy-ready code
/* CSS */
color: #b39fd3;
background-color: #b39fd3;
/* Tailwind (arbitrary) */
class="text-[#b39fd3] bg-[#b39fd3]"
/* SCSS */
$brand: #b39fd3;
/* SwiftUI */
Color(red: 0.702, green: 0.624, blue: 0.827)
/* Android */
Color.parseColor("#b39fd3")Accessibility — WCAG contrast
Aa
#b39fd3 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b39fd3 on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green62.4%
Blue82.7%
CMYK percentages
Cyan15.2%
Magenta24.6%
Yellow0.0%
Key (black)17.3%
Color previews
#b39fd3 text on a black background
contrast 8.82:1
Card sample
#b39fd3 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b39fd3;
Background color
Panel with #b39fd3 background
background-color: #b39fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b39fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 159, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 159, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b39fd3; background: linear-gradient(135deg, #b39fd3, #D39FD0);