#b2bccf
a light, soft blue · cool · closest name: silver
RGB
178, 188, 207
HSL
219°, 23%, 76%
CMYK
14, 9, 0, 19
Luminance
0.4994
Every format
| HEX | #b2bccf |
| RGB | rgb(178, 188, 207) |
| HSL | hsl(219, 23%, 76%) |
| CMYK | cmyk(14%, 9%, 0%, 19%) |
| LAB | lab(76.0 0.4 -10.7) |
| LCH | lch(76.0 10.7 272.1) |
| OKLCH | oklch(0.793 0.029 263.4) |
Copy-ready code
/* CSS */
color: #b2bccf;
background-color: #b2bccf;
/* Tailwind (arbitrary) */
class="text-[#b2bccf] bg-[#b2bccf]"
/* SCSS */
$brand: #b2bccf;
/* SwiftUI */
Color(red: 0.698, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#b2bccf")Accessibility — WCAG contrast
Aa
#b2bccf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2bccf on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green73.7%
Blue81.2%
CMYK percentages
Cyan14.0%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#b2bccf text on a black background
contrast 10.99:1
Card sample
#b2bccf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2bccf;
Background color
Panel with #b2bccf background
background-color: #b2bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2bccf; background: linear-gradient(135deg, #b2bccf, #BBB2CF);