#b0bccf
a light, soft blue · cool · closest name: silver
RGB
176, 188, 207
HSL
217°, 24%, 75%
CMYK
15, 9, 0, 19
Luminance
0.4970
Every format
| HEX | #b0bccf |
| RGB | rgb(176, 188, 207) |
| HSL | hsl(217, 24%, 75%) |
| CMYK | cmyk(15%, 9%, 0%, 19%) |
| LAB | lab(75.9 -0.3 -10.9) |
| LCH | lch(75.9 10.9 268.6) |
| OKLCH | oklch(0.792 0.030 259.6) |
Copy-ready code
/* CSS */
color: #b0bccf;
background-color: #b0bccf;
/* Tailwind (arbitrary) */
class="text-[#b0bccf] bg-[#b0bccf]"
/* SCSS */
$brand: #b0bccf;
/* SwiftUI */
Color(red: 0.690, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#b0bccf")Accessibility — WCAG contrast
Aa
#b0bccf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0bccf on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green73.7%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#b0bccf text on a black background
contrast 10.94:1
Card sample
#b0bccf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0bccf;
Background color
Panel with #b0bccf background
background-color: #b0bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0bccf; background: linear-gradient(135deg, #b0bccf, #B9B0CF);