#b0acdf
a light, soft blue · warm · closest name: plum
RGB
176, 172, 223
HSL
245°, 44%, 78%
CMYK
21, 23, 0, 13
Luminance
0.4406
Every format
| HEX | #b0acdf |
| RGB | rgb(176, 172, 223) |
| HSL | hsl(245, 44%, 78%) |
| CMYK | cmyk(21%, 23%, 0%, 13%) |
| LAB | lab(72.3 12.0 -25.1) |
| LCH | lch(72.3 27.9 295.5) |
| OKLCH | oklch(0.765 0.072 288.1) |
Copy-ready code
/* CSS */
color: #b0acdf;
background-color: #b0acdf;
/* Tailwind (arbitrary) */
class="text-[#b0acdf] bg-[#b0acdf]"
/* SCSS */
$brand: #b0acdf;
/* SwiftUI */
Color(red: 0.690, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#b0acdf")Accessibility — WCAG contrast
Aa
#b0acdf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0acdf on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green67.5%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b0acdf text on a black background
contrast 9.81:1
Card sample
#b0acdf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0acdf;
Background color
Panel with #b0acdf background
background-color: #b0acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0acdf; background: linear-gradient(135deg, #b0acdf, #D2ACDF);