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