#b39eee
a light, vivid violet · warm · closest name: plum
RGB
179, 158, 238
HSL
256°, 70%, 78%
CMYK
25, 34, 0, 7
Luminance
0.4021
Every format
| HEX | #b39eee |
| RGB | rgb(179, 158, 238) |
| HSL | hsl(256, 70%, 78%) |
| CMYK | cmyk(25%, 34%, 0%, 7%) |
| LAB | lab(69.6 24.2 -37.4) |
| LCH | lch(69.6 44.6 302.9) |
| OKLCH | oklch(0.748 0.115 295.5) |
Copy-ready code
/* CSS */
color: #b39eee;
background-color: #b39eee;
/* Tailwind (arbitrary) */
class="text-[#b39eee] bg-[#b39eee]"
/* SCSS */
$brand: #b39eee;
/* SwiftUI */
Color(red: 0.702, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#b39eee")Accessibility — WCAG contrast
Aa
#b39eee on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b39eee on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green62.0%
Blue93.3%
CMYK percentages
Cyan24.8%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#b39eee text on a black background
contrast 9.04:1
Card sample
#b39eee text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b39eee;
Background color
Panel with #b39eee background
background-color: #b39eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b39eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b39eee; background: linear-gradient(135deg, #b39eee, #E89EEE);