#b49dfb
a light, electric blue · warm · closest name: plum
RGB
180, 157, 251
HSL
255°, 92%, 80%
CMYK
28, 38, 0, 2
Luminance
0.4078
Every format
| HEX | #b49dfb |
| RGB | rgb(180, 157, 251) |
| HSL | hsl(255, 92%, 80%) |
| CMYK | cmyk(28%, 38%, 0%, 2%) |
| LAB | lab(70.0 28.2 -43.9) |
| LCH | lch(70.0 52.1 302.7) |
| OKLCH | oklch(0.753 0.134 294.2) |
Copy-ready code
/* CSS */
color: #b49dfb;
background-color: #b49dfb;
/* Tailwind (arbitrary) */
class="text-[#b49dfb] bg-[#b49dfb]"
/* SCSS */
$brand: #b49dfb;
/* SwiftUI */
Color(red: 0.706, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#b49dfb")Accessibility — WCAG contrast
Aa
#b49dfb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b49dfb on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green61.6%
Blue98.4%
CMYK percentages
Cyan28.3%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#b49dfb text on a black background
contrast 9.16:1
Card sample
#b49dfb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b49dfb;
Background color
Panel with #b49dfb background
background-color: #b49dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b49dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b49dfb; background: linear-gradient(135deg, #b49dfb, #F39DFB);