Silver

#ADB1DB

Blue

Color Codes

All color formats for development

HEX
#ADB1DB
RGB
rgb(173, 177, 219)
HSL
hsl(235, 39%, 77%)
OKLCH
oklch(0.772 0.06 280.6)
CMYK
cmyk(21%, 19%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

2.08:1

AA AAA

On Black Background

10.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E7
200
#D1D3
300
#ADB1
400
#8389
500
#5F67
600
#444C
700
#363C
800
#272B
900
#191C
950
#1011

Shades

Darker variations

1#9297CF
2#777DC3
3#5C63B7
4#4850A4
5#3C4288
6#30356D
7#242852
8#181B37
9#0C0D1B

Tints

Lighter variations

1#B6B9DF
2#BEC1E2
3#C6C9E6
4#CED0EA
5#D6D8ED
6#DEE0F1
7#E7E8F4
8#EFEFF8
9#F7F7FB

Tones

Muted variations

1#B0B3D9
2#B2B5D7
3#B4B7D4
4#B7B9D2
5#B9BBD0
6#BBBDCD
7#BDBFCB
8#C0C1C9
9#C2C2C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E7
#E6E7F4
Light backgroundsTable row hoverSkeleton loading
200
D1D3
#D1D3EB
Secondary backgroundsInput backgroundsDividers
300
ADB1
#ADB1DB
BordersInactive statesPlaceholder text
400
8389
#8389C9
Disabled statesSecondary iconsMuted text
500
5F67
#5F67B9
Primary brand colorCTAsActive elementsLinks
600
444C
#444C9C
Hover statesFocus ringsPrimary buttons hover
700
363C
#363C7C
Active/pressed statesDark mode accentsSecondary text
800
272B
#272B59
Text on light backgroundsHeadingsStrong borders
900
191C
#191C39
Primary textHigh emphasis contentDark headings
950
1011
#101123
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F5FA;
  --silver-100: #E6E7F4;
  --silver-200: #D1D3EB;
  --silver-300: #ADB1DB;
  --silver-400: #8389C9;
  --silver-500: #5F67B9;
  --silver-600: #444C9C;
  --silver-700: #363C7C;
  --silver-800: #272B59;
  --silver-900: #191C39;
  --silver-950: #101123;
}
Generate More ShadesCreate PaletteConvert Color