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