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