Silver

#B1C0D8

Blue

Color Codes

All color formats for development

HEX
#B1C0D8
RGB
rgb(177, 192, 216)
HSL
hsl(217, 33%, 77%)
OKLCH
oklch(0.804 0.038 259.8)
CMYK
cmyk(18%, 11%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.84:1

AA AAA

On Black Background

11.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E7EC
200
#D3DB
300
#B1C0
400
#889F
500
#6683
600
#4B68
700
#3C52
800
#2B3B
900
#1B26
950
#1118

Shades

Darker variations

1#97ABCB
2#7D96BD
3#6380B0
4#4F6D9D
5#425B83
6#354868
7#27364E
8#1A2434
9#0D121A

Tints

Lighter variations

1#B9C6DC
2#C1CCE0
3#C8D3E3
4#D0D9E7
5#D8DFEB
6#E0E6EF
7#E8ECF3
8#EFF2F7
9#F7F9FB

Tones

Muted variations

1#B3C0D6
2#B5C1D4
3#B7C1D2
4#B9C2D0
5#BBC2CE
6#BDC3CC
7#BFC3CA
8#C0C3C8
9#C2C4C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EC
#E7ECF3
Light backgroundsTable row hoverSkeleton loading
200
D3DB
#D3DBE9
Secondary backgroundsInput backgroundsDividers
300
B1C0
#B1C0D8
BordersInactive statesPlaceholder text
400
889F
#889FC3
Disabled statesSecondary iconsMuted text
500
6683
#6683B2
Primary brand colorCTAsActive elementsLinks
600
4B68
#4B6895
Hover statesFocus ringsPrimary buttons hover
700
3C52
#3C5277
Active/pressed statesDark mode accentsSecondary text
800
2B3B
#2B3B55
Text on light backgroundsHeadingsStrong borders
900
1B26
#1B2636
Primary textHigh emphasis contentDark headings
950
1118
#111822
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F7FA;
  --silver-100: #E7ECF3;
  --silver-200: #D3DBE9;
  --silver-300: #B1C0D8;
  --silver-400: #889FC3;
  --silver-500: #6683B2;
  --silver-600: #4B6895;
  --silver-700: #3C5277;
  --silver-800: #2B3B55;
  --silver-900: #1B2636;
  --silver-950: #111822;
}
Generate More ShadesCreate PaletteConvert Color