#b7c7cf
a light, soft blue · cool · closest name: silver
RGB
183, 199, 207
HSL
200°, 20%, 77%
CMYK
12, 4, 0, 19
Luminance
0.5542
Every format
| HEX | #b7c7cf |
| RGB | rgb(183, 199, 207) |
| HSL | hsl(200, 20%, 77%) |
| CMYK | cmyk(12%, 4%, 0%, 19%) |
| LAB | lab(79.3 -3.8 -5.8) |
| LCH | lch(79.3 7.0 236.8) |
| OKLCH | oklch(0.820 0.021 229.1) |
Copy-ready code
/* CSS */
color: #b7c7cf;
background-color: #b7c7cf;
/* Tailwind (arbitrary) */
class="text-[#b7c7cf] bg-[#b7c7cf]"
/* SCSS */
$brand: #b7c7cf;
/* SwiftUI */
Color(red: 0.718, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#b7c7cf")Accessibility — WCAG contrast
Aa
#b7c7cf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7c7cf on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green78.0%
Blue81.2%
CMYK percentages
Cyan11.6%
Magenta3.9%
Yellow0.0%
Key (black)18.8%
Color previews
#b7c7cf text on a black background
contrast 12.08:1
Card sample
#b7c7cf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7c7cf;
Background color
Panel with #b7c7cf background
background-color: #b7c7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7c7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7c7cf; background: linear-gradient(135deg, #b7c7cf, #B7B7CF);