#b4acdf
a light, soft blue · warm · closest name: plum
RGB
180, 172, 223
HSL
249°, 44%, 78%
CMYK
19, 23, 0, 13
Luminance
0.4454
Every format
| HEX | #b4acdf |
| RGB | rgb(180, 172, 223) |
| HSL | hsl(249, 44%, 78%) |
| CMYK | cmyk(19%, 23%, 0%, 13%) |
| LAB | lab(72.6 13.3 -24.6) |
| LCH | lch(72.6 28.0 298.3) |
| OKLCH | oklch(0.769 0.073 291.8) |
Copy-ready code
/* CSS */
color: #b4acdf;
background-color: #b4acdf;
/* Tailwind (arbitrary) */
class="text-[#b4acdf] bg-[#b4acdf]"
/* SCSS */
$brand: #b4acdf;
/* SwiftUI */
Color(red: 0.706, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#b4acdf")Accessibility — WCAG contrast
Aa
#b4acdf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4acdf on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green67.5%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b4acdf text on a black background
contrast 9.91:1
Card sample
#b4acdf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4acdf;
Background color
Panel with #b4acdf background
background-color: #b4acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4acdf; background: linear-gradient(135deg, #b4acdf, #D6ACDF);