#b7bfc2
a light, muted cyan · cool · closest name: silver
RGB
183, 191, 194
HSL
196°, 8%, 74%
CMYK
6, 2, 0, 24
Luminance
0.5122
Every format
| HEX | #b7bfc2 |
| RGB | rgb(183, 191, 194) |
| HSL | hsl(196, 8%, 74%) |
| CMYK | cmyk(6%, 2%, 0%, 24%) |
| LAB | lab(76.8 -2.2 -2.5) |
| LCH | lch(76.8 3.3 228.6) |
| OKLCH | oklch(0.799 0.010 222.1) |
Copy-ready code
/* CSS */
color: #b7bfc2;
background-color: #b7bfc2;
/* Tailwind (arbitrary) */
class="text-[#b7bfc2] bg-[#b7bfc2]"
/* SCSS */
$brand: #b7bfc2;
/* SwiftUI */
Color(red: 0.718, green: 0.749, blue: 0.761)
/* Android */
Color.parseColor("#b7bfc2")Accessibility — WCAG contrast
Aa
#b7bfc2 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7bfc2 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green74.9%
Blue76.1%
CMYK percentages
Cyan5.7%
Magenta1.5%
Yellow0.0%
Key (black)23.9%
Color previews
#b7bfc2 text on a black background
contrast 11.24:1
Card sample
#b7bfc2 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7bfc2;
Background color
Panel with #b7bfc2 background
background-color: #b7bfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7bfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 191, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 191, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7bfc2; background: linear-gradient(135deg, #b7bfc2, #B7B8C2);