#b58eee
a light, vivid violet · warm · closest name: plum
RGB
181, 142, 238
HSL
264°, 74%, 75%
CMYK
24, 40, 0, 7
Luminance
0.3534
Every format
| HEX | #b58eee |
| RGB | rgb(181, 142, 238) |
| HSL | hsl(264, 74%, 75%) |
| CMYK | cmyk(24%, 40%, 0%, 7%) |
| LAB | lab(66.0 33.7 -43.0) |
| LCH | lch(66.0 54.7 308.1) |
| OKLCH | oklch(0.721 0.141 301.7) |
Copy-ready code
/* CSS */
color: #b58eee;
background-color: #b58eee;
/* Tailwind (arbitrary) */
class="text-[#b58eee] bg-[#b58eee]"
/* SCSS */
$brand: #b58eee;
/* SwiftUI */
Color(red: 0.710, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#b58eee")Accessibility — WCAG contrast
Aa
#b58eee on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b58eee on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green55.7%
Blue93.3%
CMYK percentages
Cyan23.9%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#b58eee text on a black background
contrast 8.07:1
Card sample
#b58eee text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b58eee;
Background color
Panel with #b58eee background
background-color: #b58eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b58eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b58eee; background: linear-gradient(135deg, #b58eee, #EE8EE7);