#b0bfdb
a light, soft blue · cool · closest name: silver
RGB
176, 191, 219
HSL
219°, 37%, 78%
CMYK
20, 13, 0, 14
Luminance
0.5161
Every format
| HEX | #b0bfdb |
| RGB | rgb(176, 191, 219) |
| HSL | hsl(219, 37%, 78%) |
| CMYK | cmyk(20%, 13%, 0%, 14%) |
| LAB | lab(77.0 0.7 -15.7) |
| LCH | lch(77.0 15.7 272.7) |
| OKLCH | oklch(0.802 0.043 263.0) |
Copy-ready code
/* CSS */
color: #b0bfdb;
background-color: #b0bfdb;
/* Tailwind (arbitrary) */
class="text-[#b0bfdb] bg-[#b0bfdb]"
/* SCSS */
$brand: #b0bfdb;
/* SwiftUI */
Color(red: 0.690, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#b0bfdb")Accessibility — WCAG contrast
Aa
#b0bfdb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0bfdb on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green74.9%
Blue85.9%
CMYK percentages
Cyan19.6%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#b0bfdb text on a black background
contrast 11.32:1
Card sample
#b0bfdb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0bfdb;
Background color
Panel with #b0bfdb background
background-color: #b0bfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0bfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0bfdb; background: linear-gradient(135deg, #b0bfdb, #BEB0DB);