Silver

#B6C7D2

Blue

Color Codes

All color formats for development

HEX
#B6C7D2
RGB
rgb(182, 199, 210)
HSL
hsl(204, 24%, 77%)
OKLCH
oklch(0.82 0.024 236)
CMYK
cmyk(13%, 5%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.74:1

AA AAA

On Black Background

12.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EE
200
#D6DF
300
#B6C7
400
#90AA
500
#7192
600
#5576
700
#445E
800
#3043
900
#1F2B
950
#131B

Shades

Darker variations

1#9EB4C4
2#86A2B5
3#6D8FA6
4#5A7B92
5#4B677A
6#3C5261
7#2D3E49
8#1E2931
9#0F1518

Tints

Lighter variations

1#BECDD7
2#C5D2DB
3#CCD8E0
4#D3DDE4
5#DBE3E9
6#E2E9ED
7#E9EEF2
8#F0F4F6
9#F8F9FB

Tones

Muted variations

1#B8C7D1
2#B9C7D0
3#BAC6CE
4#BCC6CD
5#BDC6CB
6#BFC5CA
7#C0C5C9
8#C2C5C7
9#C3C5C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EE
#E9EEF1
Light backgroundsTable row hoverSkeleton loading
200
D6DF
#D6DFE6
Secondary backgroundsInput backgroundsDividers
300
B6C7
#B6C7D2
BordersInactive statesPlaceholder text
400
90AA
#90AABB
Disabled statesSecondary iconsMuted text
500
7192
#7192A8
Primary brand colorCTAsActive elementsLinks
600
5576
#55768B
Hover statesFocus ringsPrimary buttons hover
700
445E
#445E6F
Active/pressed statesDark mode accentsSecondary text
800
3043
#30434F
Text on light backgroundsHeadingsStrong borders
900
1F2B
#1F2B33
Primary textHigh emphasis contentDark headings
950
131B
#131B20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F9;
  --silver-100: #E9EEF1;
  --silver-200: #D6DFE6;
  --silver-300: #B6C7D2;
  --silver-400: #90AABB;
  --silver-500: #7192A8;
  --silver-600: #55768B;
  --silver-700: #445E6F;
  --silver-800: #30434F;
  --silver-900: #1F2B33;
  --silver-950: #131B20;
}
Generate More ShadesCreate PaletteConvert Color