#b49dfd
a light, electric blue · warm · closest name: plum
RGB
180, 157, 253
HSL
254°, 96%, 80%
CMYK
29, 38, 0, 1
Luminance
0.4091
Every format
| HEX | #b49dfd |
| RGB | rgb(180, 157, 253) |
| HSL | hsl(254, 96%, 80%) |
| CMYK | cmyk(29%, 38%, 0%, 1%) |
| LAB | lab(70.1 28.7 -44.8) |
| LCH | lch(70.1 53.2 302.6) |
| OKLCH | oklch(0.754 0.137 293.9) |
Copy-ready code
/* CSS */
color: #b49dfd;
background-color: #b49dfd;
/* Tailwind (arbitrary) */
class="text-[#b49dfd] bg-[#b49dfd]"
/* SCSS */
$brand: #b49dfd;
/* SwiftUI */
Color(red: 0.706, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#b49dfd")Accessibility — WCAG contrast
Aa
#b49dfd on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b49dfd on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green61.6%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b49dfd text on a black background
contrast 9.18:1
Card sample
#b49dfd text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b49dfd;
Background color
Panel with #b49dfd background
background-color: #b49dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b49dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b49dfd; background: linear-gradient(135deg, #b49dfd, #F49DFD);