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