#b2acd2
a light, soft blue · warm · closest name: silver
RGB
178, 172, 210
HSL
250°, 30%, 75%
CMYK
15, 18, 0, 18
Luminance
0.4362
Every format
| HEX | #b2acd2 |
| RGB | rgb(178, 172, 210) |
| HSL | hsl(250, 30%, 75%) |
| CMYK | cmyk(15%, 18%, 0%, 18%) |
| LAB | lab(72.0 9.8 -18.4) |
| LCH | lch(72.0 20.9 297.9) |
| OKLCH | oklch(0.762 0.054 292.3) |
Copy-ready code
/* CSS */
color: #b2acd2;
background-color: #b2acd2;
/* Tailwind (arbitrary) */
class="text-[#b2acd2] bg-[#b2acd2]"
/* SCSS */
$brand: #b2acd2;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.824)
/* Android */
Color.parseColor("#b2acd2")Accessibility — WCAG contrast
Aa
#b2acd2 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2acd2 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue82.4%
CMYK percentages
Cyan15.2%
Magenta18.1%
Yellow0.0%
Key (black)17.6%
Color previews
#b2acd2 text on a black background
contrast 9.72:1
Card sample
#b2acd2 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2acd2;
Background color
Panel with #b2acd2 background
background-color: #b2acd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2acd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2acd2; background: linear-gradient(135deg, #b2acd2, #CBACD2);