Silver

#B5C8D4

Blue

Color Codes

All color formats for development

HEX
#B5C8D4
RGB
rgb(181, 200, 212)
HSL
hsl(203, 26%, 77%)
OKLCH
oklch(0.822 0.027 235.4)
CMYK
cmyk(15%, 6%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EE
200
#D5E0
300
#B5C8
400
#8FAB
500
#6E93
600
#5377
700
#425F
800
#2F44
900
#1E2B
950
#131B

Shades

Darker variations

1#9CB5C5
2#84A3B7
3#6B91A8
4#577D94
5#49687C
6#3A5363
7#2C3E4A
8#1D2A31
9#0F1519

Tints

Lighter variations

1#BCCDD8
2#C4D3DC
3#CBD8E1
4#D3DEE5
5#DAE3E9
6#E1E9EE
7#E9EEF2
8#F0F4F6
9#F8F9FB

Tones

Muted variations

1#B7C8D2
2#B8C7D1
3#BAC7CF
4#BBC6CD
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
D5E0
#D5E0E6
Secondary backgroundsInput backgroundsDividers
300
B5C8
#B5C8D4
BordersInactive statesPlaceholder text
400
8FAB
#8FABBD
Disabled statesSecondary iconsMuted text
500
6E93
#6E93AA
Primary brand colorCTAsActive elementsLinks
600
5377
#53778D
Hover statesFocus ringsPrimary buttons hover
700
425F
#425F70
Active/pressed statesDark mode accentsSecondary text
800
2F44
#2F4450
Text on light backgroundsHeadingsStrong borders
900
1E2B
#1E2B33
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: #D5E0E6;
  --silver-300: #B5C8D4;
  --silver-400: #8FABBD;
  --silver-500: #6E93AA;
  --silver-600: #53778D;
  --silver-700: #425F70;
  --silver-800: #2F4450;
  --silver-900: #1E2B33;
  --silver-950: #131B20;
}
Generate More ShadesCreate PaletteConvert Color