Silver

#ADBDDB

Blue

Color Codes

All color formats for development

HEX
#ADBDDB
RGB
rgb(173, 189, 219)
HSL
hsl(219, 39%, 77%)
OKLCH
oklch(0.796 0.046 263)
CMYK
cmyk(21%, 14%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.90:1

AA AAA

On Black Background

11.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E6EB
200
#D1DA
300
#ADBD
400
#839B
500
#5F7F
600
#4463
700
#364F
800
#2738
900
#1924
950
#1017

Shades

Darker variations

1#92A8CF
2#7792C3
3#5C7CB7
4#4868A4
5#3C5788
6#30456D
7#243452
8#182337
9#0C111B

Tints

Lighter variations

1#B6C4DF
2#BECBE2
3#C6D1E6
4#CED8EA
5#D6DEED
6#DEE5F1
7#E7EBF4
8#EFF2F8
9#F7F8FB

Tones

Muted variations

1#B0BED9
2#B2BFD7
3#B4C0D4
4#B7C0D2
5#B9C1D0
6#BBC2CD
7#BDC2CB
8#C0C3C9
9#C2C4C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EB
#E6EBF4
Light backgroundsTable row hoverSkeleton loading
200
D1DA
#D1DAEB
Secondary backgroundsInput backgroundsDividers
300
ADBD
#ADBDDB
BordersInactive statesPlaceholder text
400
839B
#839BC9
Disabled statesSecondary iconsMuted text
500
5F7F
#5F7FB9
Primary brand colorCTAsActive elementsLinks
600
4463
#44639C
Hover statesFocus ringsPrimary buttons hover
700
364F
#364F7C
Active/pressed statesDark mode accentsSecondary text
800
2738
#273859
Text on light backgroundsHeadingsStrong borders
900
1924
#192439
Primary textHigh emphasis contentDark headings
950
1017
#101723
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F6FA;
  --silver-100: #E6EBF4;
  --silver-200: #D1DAEB;
  --silver-300: #ADBDDB;
  --silver-400: #839BC9;
  --silver-500: #5F7FB9;
  --silver-600: #44639C;
  --silver-700: #364F7C;
  --silver-800: #273859;
  --silver-900: #192439;
  --silver-950: #101723;
}
Generate More ShadesCreate PaletteConvert Color