#b58dfb
a light, electric violet · warm · closest name: slateblue
RGB
181, 141, 251
HSL
262°, 93%, 77%
CMYK
28, 44, 0, 2
Luminance
0.3584
Every format
| HEX | #b58dfb |
| RGB | rgb(181, 141, 251) |
| HSL | hsl(262, 93%, 77%) |
| CMYK | cmyk(28%, 44%, 0%, 2%) |
| LAB | lab(66.4 37.4 -49.5) |
| LCH | lch(66.4 62.1 307.0) |
| OKLCH | oklch(0.725 0.159 299.2) |
Copy-ready code
/* CSS */
color: #b58dfb;
background-color: #b58dfb;
/* Tailwind (arbitrary) */
class="text-[#b58dfb] bg-[#b58dfb]"
/* SCSS */
$brand: #b58dfb;
/* SwiftUI */
Color(red: 0.710, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#b58dfb")Accessibility — WCAG contrast
Aa
#b58dfb on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b58dfb on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green55.3%
Blue98.4%
CMYK percentages
Cyan27.9%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#b58dfb text on a black background
contrast 8.17:1
Card sample
#b58dfb text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b58dfb;
Background color
Panel with #b58dfb background
background-color: #b58dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b58dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b58dfb; background: linear-gradient(135deg, #b58dfb, #FB8DF8);