#b49fdf
a light, vivid violet · warm · closest name: plum
RGB
180, 159, 223
HSL
260°, 50%, 75%
CMYK
19, 29, 0, 13
Luminance
0.3983
Every format
| HEX | #b49fdf |
| RGB | rgb(180, 159, 223) |
| HSL | hsl(260, 50%, 75%) |
| CMYK | cmyk(19%, 29%, 0%, 13%) |
| LAB | lab(69.3 20.5 -29.6) |
| LCH | lch(69.3 36.0 304.7) |
| OKLCH | oklch(0.744 0.093 299.2) |
Copy-ready code
/* CSS */
color: #b49fdf;
background-color: #b49fdf;
/* Tailwind (arbitrary) */
class="text-[#b49fdf] bg-[#b49fdf]"
/* SCSS */
$brand: #b49fdf;
/* SwiftUI */
Color(red: 0.706, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#b49fdf")Accessibility — WCAG contrast
Aa
#b49fdf on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b49fdf on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green62.4%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b49fdf text on a black background
contrast 8.97:1
Card sample
#b49fdf text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b49fdf;
Background color
Panel with #b49fdf background
background-color: #b49fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b49fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b49fdf; background: linear-gradient(135deg, #b49fdf, #DF9FDF);