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