#b2b1cf
a light, soft blue · warm · closest name: silver
RGB
178, 177, 207
HSL
242°, 24%, 75%
CMYK
14, 15, 0, 19
Luminance
0.4541
Every format
| HEX | #b2b1cf |
| RGB | rgb(178, 177, 207) |
| HSL | hsl(242, 24%, 75%) |
| CMYK | cmyk(14%, 15%, 0%, 19%) |
| LAB | lab(73.2 6.4 -15.0) |
| LCH | lch(73.2 16.3 293.0) |
| OKLCH | oklch(0.771 0.043 286.9) |
Copy-ready code
/* CSS */
color: #b2b1cf;
background-color: #b2b1cf;
/* Tailwind (arbitrary) */
class="text-[#b2b1cf] bg-[#b2b1cf]"
/* SCSS */
$brand: #b2b1cf;
/* SwiftUI */
Color(red: 0.698, green: 0.694, blue: 0.812)
/* Android */
Color.parseColor("#b2b1cf")Accessibility — WCAG contrast
Aa
#b2b1cf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2b1cf on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green69.4%
Blue81.2%
CMYK percentages
Cyan14.0%
Magenta14.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b2b1cf text on a black background
contrast 10.08:1
Card sample
#b2b1cf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2b1cf;
Background color
Panel with #b2b1cf background
background-color: #b2b1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2b1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 177, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 177, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2b1cf; background: linear-gradient(135deg, #b2b1cf, #C6B1CF);