#b2acd7
a light, soft blue · warm · closest name: plum
RGB
178, 172, 215
HSL
248°, 35%, 76%
CMYK
17, 20, 0, 16
Luminance
0.4388
Every format
| HEX | #b2acd7 |
| RGB | rgb(178, 172, 215) |
| HSL | hsl(248, 35%, 76%) |
| CMYK | cmyk(17%, 20%, 0%, 16%) |
| LAB | lab(72.2 10.8 -20.9) |
| LCH | lch(72.2 23.6 297.4) |
| OKLCH | oklch(0.764 0.061 291.3) |
Copy-ready code
/* CSS */
color: #b2acd7;
background-color: #b2acd7;
/* Tailwind (arbitrary) */
class="text-[#b2acd7] bg-[#b2acd7]"
/* SCSS */
$brand: #b2acd7;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.843)
/* Android */
Color.parseColor("#b2acd7")Accessibility — WCAG contrast
Aa
#b2acd7 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2acd7 on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue84.3%
CMYK percentages
Cyan17.2%
Magenta20.0%
Yellow0.0%
Key (black)15.7%
Color previews
#b2acd7 text on a black background
contrast 9.78:1
Card sample
#b2acd7 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2acd7;
Background color
Panel with #b2acd7 background
background-color: #b2acd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2acd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2acd7; background: linear-gradient(135deg, #b2acd7, #CFACD7);