#b4acdb
a light, soft blue · warm · closest name: plum
RGB
180, 172, 219
HSL
250°, 40%, 77%
CMYK
18, 22, 0, 14
Luminance
0.4432
Every format
| HEX | #b4acdb |
| RGB | rgb(180, 172, 219) |
| HSL | hsl(250, 40%, 77%) |
| CMYK | cmyk(18%, 22%, 0%, 14%) |
| LAB | lab(72.4 12.4 -22.6) |
| LCH | lch(72.4 25.8 298.6) |
| OKLCH | oklch(0.767 0.067 292.5) |
Copy-ready code
/* CSS */
color: #b4acdb;
background-color: #b4acdb;
/* Tailwind (arbitrary) */
class="text-[#b4acdb] bg-[#b4acdb]"
/* SCSS */
$brand: #b4acdb;
/* SwiftUI */
Color(red: 0.706, green: 0.675, blue: 0.859)
/* Android */
Color.parseColor("#b4acdb")Accessibility — WCAG contrast
Aa
#b4acdb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4acdb on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green67.5%
Blue85.9%
CMYK percentages
Cyan17.8%
Magenta21.5%
Yellow0.0%
Key (black)14.1%
Color previews
#b4acdb text on a black background
contrast 9.86:1
Card sample
#b4acdb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4acdb;
Background color
Panel with #b4acdb background
background-color: #b4acdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4acdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 172, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 172, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4acdb; background: linear-gradient(135deg, #b4acdb, #D3ACDB);