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