#b4bace
a light, soft blue · warm · closest name: silver
RGB
180, 186, 206
HSL
226°, 21%, 76%
CMYK
13, 10, 0, 19
Luminance
0.4928
Every format
| HEX | #b4bace |
| RGB | rgb(180, 186, 206) |
| HSL | hsl(226, 21%, 76%) |
| CMYK | cmyk(13%, 10%, 0%, 19%) |
| LAB | lab(75.6 1.9 -10.8) |
| LCH | lch(75.6 10.9 280.1) |
| OKLCH | oklch(0.790 0.029 272.4) |
Copy-ready code
/* CSS */
color: #b4bace;
background-color: #b4bace;
/* Tailwind (arbitrary) */
class="text-[#b4bace] bg-[#b4bace]"
/* SCSS */
$brand: #b4bace;
/* SwiftUI */
Color(red: 0.706, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#b4bace")Accessibility — WCAG contrast
Aa
#b4bace on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4bace on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green72.9%
Blue80.8%
CMYK percentages
Cyan12.6%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#b4bace text on a black background
contrast 10.86:1
Card sample
#b4bace text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4bace;
Background color
Panel with #b4bace background
background-color: #b4bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4bace; background: linear-gradient(135deg, #b4bace, #BFB4CE);