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