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