#b2bace
a light, soft blue · cool · closest name: silver
RGB
178, 186, 206
HSL
223°, 22%, 75%
CMYK
14, 10, 0, 19
Luminance
0.4904
Every format
| HEX | #b2bace |
| RGB | rgb(178, 186, 206) |
| HSL | hsl(223, 22%, 75%) |
| CMYK | cmyk(14%, 10%, 0%, 19%) |
| LAB | lab(75.5 1.3 -11.0) |
| LCH | lch(75.5 11.1 276.5) |
| OKLCH | oklch(0.789 0.030 268.3) |
Copy-ready code
/* CSS */
color: #b2bace;
background-color: #b2bace;
/* Tailwind (arbitrary) */
class="text-[#b2bace] bg-[#b2bace]"
/* SCSS */
$brand: #b2bace;
/* SwiftUI */
Color(red: 0.698, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#b2bace")Accessibility — WCAG contrast
Aa
#b2bace on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2bace on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green72.9%
Blue80.8%
CMYK percentages
Cyan13.6%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#b2bace text on a black background
contrast 10.81:1
Card sample
#b2bace text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2bace;
Background color
Panel with #b2bace background
background-color: #b2bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2bace; background: linear-gradient(135deg, #b2bace, #BDB2CE);