Silver

#B6C8D3

Blue

Color Codes

All color formats for development

HEX
#B6C8D3
RGB
rgb(182, 200, 211)
HSL
hsl(203, 25%, 77%)
OKLCH
oklch(0.823 0.025 234.5)
CMYK
cmyk(14%, 5%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EE
200
#D6E0
300
#B6C8
400
#8FAB
500
#7093
600
#5477
700
#435E
800
#3043
900
#1F2B
950
#131B

Shades

Darker variations

1#9DB5C4
2#85A3B6
3#6C90A7
4#587D93
5#4A687B
6#3B5362
7#2C3E4A
8#1D2A31
9#0F1519

Tints

Lighter variations

1#BDCDD7
2#C4D3DC
3#CCD8E0
4#D3DEE5
5#DAE3E9
6#E2E9ED
7#E9EEF2
8#F0F4F6
9#F8F9FB

Tones

Muted variations

1#B7C7D2
2#B9C7D0
3#BAC7CF
4#BCC6CD
5#BDC6CC
6#BEC6CA
7#C0C5C9
8#C1C5C7
9#C3C5C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EE
#E9EEF2
Light backgroundsTable row hoverSkeleton loading
200
D6E0
#D6E0E6
Secondary backgroundsInput backgroundsDividers
300
B6C8
#B6C8D3
BordersInactive statesPlaceholder text
400
8FAB
#8FABBC
Disabled statesSecondary iconsMuted text
500
7093
#7093A9
Primary brand colorCTAsActive elementsLinks
600
5477
#54778C
Hover statesFocus ringsPrimary buttons hover
700
435E
#435E70
Active/pressed statesDark mode accentsSecondary text
800
3043
#304350
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: #F5F8F9;
  --silver-100: #E9EEF2;
  --silver-200: #D6E0E6;
  --silver-300: #B6C8D3;
  --silver-400: #8FABBC;
  --silver-500: #7093A9;
  --silver-600: #54778C;
  --silver-700: #435E70;
  --silver-800: #304350;
  --silver-900: #1F2B33;
  --silver-950: #131B20;
}
Generate More ShadesCreate PaletteConvert Color