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