#b48ddf
a light, vivid violet · warm · closest name: plum
RGB
180, 141, 223
HSL
269°, 56%, 71%
CMYK
19, 37, 0, 13
Luminance
0.3408
Every format
| HEX | #b48ddf |
| RGB | rgb(180, 141, 223) |
| HSL | hsl(269, 56%, 71%) |
| CMYK | cmyk(19%, 37%, 0%, 13%) |
| LAB | lab(65.0 30.6 -36.3) |
| LCH | lch(65.0 47.4 310.1) |
| OKLCH | oklch(0.711 0.123 305.3) |
Copy-ready code
/* CSS */
color: #b48ddf;
background-color: #b48ddf;
/* Tailwind (arbitrary) */
class="text-[#b48ddf] bg-[#b48ddf]"
/* SCSS */
$brand: #b48ddf;
/* SwiftUI */
Color(red: 0.706, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#b48ddf")Accessibility — WCAG contrast
Aa
#b48ddf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b48ddf on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green55.3%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#b48ddf text on a black background
contrast 7.82:1
Card sample
#b48ddf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b48ddf;
Background color
Panel with #b48ddf background
background-color: #b48ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b48ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b48ddf; background: linear-gradient(135deg, #b48ddf, #DF8DD3);