#b3b7cf
a light, soft blue · warm · closest name: silver
RGB
179, 183, 207
HSL
231°, 23%, 76%
CMYK
14, 12, 0, 19
Luminance
0.4796
Every format
| HEX | #b3b7cf |
| RGB | rgb(179, 183, 207) |
| HSL | hsl(231, 23%, 76%) |
| CMYK | cmyk(14%, 12%, 0%, 19%) |
| LAB | lab(74.8 3.4 -12.6) |
| LCH | lch(74.8 13.0 285.2) |
| OKLCH | oklch(0.784 0.034 278.1) |
Copy-ready code
/* CSS */
color: #b3b7cf;
background-color: #b3b7cf;
/* Tailwind (arbitrary) */
class="text-[#b3b7cf] bg-[#b3b7cf]"
/* SCSS */
$brand: #b3b7cf;
/* SwiftUI */
Color(red: 0.702, green: 0.718, blue: 0.812)
/* Android */
Color.parseColor("#b3b7cf")Accessibility — WCAG contrast
Aa
#b3b7cf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3b7cf on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green71.8%
Blue81.2%
CMYK percentages
Cyan13.5%
Magenta11.6%
Yellow0.0%
Key (black)18.8%
Color previews
#b3b7cf text on a black background
contrast 10.59:1
Card sample
#b3b7cf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3b7cf;
Background color
Panel with #b3b7cf background
background-color: #b3b7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3b7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 183, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 183, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3b7cf; background: linear-gradient(135deg, #b3b7cf, #C2B3CF);