#b0bfd3
a light, soft blue · cool · closest name: silver
RGB
176, 191, 211
HSL
214°, 29%, 76%
CMYK
17, 10, 0, 17
Luminance
0.5119
Every format
| HEX | #b0bfd3 |
| RGB | rgb(176, 191, 211) |
| HSL | hsl(214, 29%, 76%) |
| CMYK | cmyk(17%, 10%, 0%, 17%) |
| LAB | lab(76.8 -1.0 -11.8) |
| LCH | lch(76.8 11.8 265.1) |
| OKLCH | oklch(0.799 0.033 255.6) |
Copy-ready code
/* CSS */
color: #b0bfd3;
background-color: #b0bfd3;
/* Tailwind (arbitrary) */
class="text-[#b0bfd3] bg-[#b0bfd3]"
/* SCSS */
$brand: #b0bfd3;
/* SwiftUI */
Color(red: 0.690, green: 0.749, blue: 0.827)
/* Android */
Color.parseColor("#b0bfd3")Accessibility — WCAG contrast
Aa
#b0bfd3 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0bfd3 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green74.9%
Blue82.7%
CMYK percentages
Cyan16.6%
Magenta9.5%
Yellow0.0%
Key (black)17.3%
Color previews
#b0bfd3 text on a black background
contrast 11.24:1
Card sample
#b0bfd3 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0bfd3;
Background color
Panel with #b0bfd3 background
background-color: #b0bfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0bfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 191, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 191, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0bfd3; background: linear-gradient(135deg, #b0bfd3, #B8B0D3);