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