#b7cecf
a light, soft cyan · cool · closest name: silver
RGB
183, 206, 207
HSL
183°, 20%, 77%
CMYK
12, 1, 0, 19
Luminance
0.5871
Every format
| HEX | #b7cecf |
| RGB | rgb(183, 206, 207) |
| HSL | hsl(183, 20%, 77%) |
| CMYK | cmyk(12%, 1%, 0%, 19%) |
| LAB | lab(81.1 -7.5 -3.1) |
| LCH | lch(81.1 8.1 202.6) |
| OKLCH | oklch(0.835 0.025 199.9) |
Copy-ready code
/* CSS */
color: #b7cecf;
background-color: #b7cecf;
/* Tailwind (arbitrary) */
class="text-[#b7cecf] bg-[#b7cecf]"
/* SCSS */
$brand: #b7cecf;
/* SwiftUI */
Color(red: 0.718, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#b7cecf")Accessibility — WCAG contrast
Aa
#b7cecf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cecf on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green80.8%
Blue81.2%
CMYK percentages
Cyan11.6%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b7cecf text on a black background
contrast 12.74:1
Card sample
#b7cecf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cecf;
Background color
Panel with #b7cecf background
background-color: #b7cecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cecf; background: linear-gradient(135deg, #b7cecf, #B7BECF);