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