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