#b2acce
a light, soft blue · warm · closest name: silver
RGB
178, 172, 206
HSL
251°, 26%, 74%
CMYK
14, 17, 0, 19
Luminance
0.4343
Every format
| HEX | #b2acce |
| RGB | rgb(178, 172, 206) |
| HSL | hsl(251, 26%, 74%) |
| CMYK | cmyk(14%, 17%, 0%, 19%) |
| LAB | lab(71.8 8.9 -16.5) |
| LCH | lch(71.8 18.7 298.4) |
| OKLCH | oklch(0.761 0.049 293.3) |
Copy-ready code
/* CSS */
color: #b2acce;
background-color: #b2acce;
/* Tailwind (arbitrary) */
class="text-[#b2acce] bg-[#b2acce]"
/* SCSS */
$brand: #b2acce;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#b2acce")Accessibility — WCAG contrast
Aa
#b2acce on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2acce on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue80.8%
CMYK percentages
Cyan13.6%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#b2acce text on a black background
contrast 9.69:1
Card sample
#b2acce text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2acce;
Background color
Panel with #b2acce background
background-color: #b2acce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2acce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2acce; background: linear-gradient(135deg, #b2acce, #C9ACCE);