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