#b39dfb
a light, electric blue · warm · closest name: plum
RGB
179, 157, 251
HSL
254°, 92%, 80%
CMYK
29, 38, 0, 2
Luminance
0.4066
Every format
| HEX | #b39dfb |
| RGB | rgb(179, 157, 251) |
| HSL | hsl(254, 92%, 80%) |
| CMYK | cmyk(29%, 38%, 0%, 2%) |
| LAB | lab(69.9 27.9 -44.0) |
| LCH | lch(69.9 52.1 302.4) |
| OKLCH | oklch(0.752 0.134 293.7) |
Copy-ready code
/* CSS */
color: #b39dfb;
background-color: #b39dfb;
/* Tailwind (arbitrary) */
class="text-[#b39dfb] bg-[#b39dfb]"
/* SCSS */
$brand: #b39dfb;
/* SwiftUI */
Color(red: 0.702, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#b39dfb")Accessibility — WCAG contrast
Aa
#b39dfb on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b39dfb on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green61.6%
Blue98.4%
CMYK percentages
Cyan28.7%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#b39dfb text on a black background
contrast 9.13:1
Card sample
#b39dfb text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b39dfb;
Background color
Panel with #b39dfb background
background-color: #b39dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b39dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b39dfb; background: linear-gradient(135deg, #b39dfb, #F29DFB);