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