Silver

#ABC9DE

Blue

Color Codes

All color formats for development

HEX
#ABC9DE
RGB
rgb(171, 201, 222)
HSL
hsl(205, 44%, 77%)
OKLCH
oklch(0.821 0.044 238.6)
CMYK
cmyk(23%, 9%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.73:1

AA AAA

On Black Background

12.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E5EE
200
#CFE0
300
#ABC9
400
#7EAC
500
#5A95
600
#3F78
700
#3260
800
#2444
900
#172C
950
#0E1B

Shades

Darker variations

1#8EB6D3
2#72A4C8
3#5692BD
4#427EAA
5#37698D
6#2C5471
7#213F55
8#162A39
9#0B151C

Tints

Lighter variations

1#B3CEE1
2#BBD4E5
3#C4D9E8
4#CCDEEB
5#D5E4EF
6#DDE9F2
7#E6EFF5
8#EEF4F8
9#F7FAFC

Tones

Muted variations

1#ADC8DC
2#B0C8D9
3#B2C7D6
4#B5C7D4
5#B7C7D1
6#BAC6CF
7#BDC6CC
8#BFC5CA
9#C2C5C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EE
#E5EEF5
Light backgroundsTable row hoverSkeleton loading
200
CFE0
#CFE0EC
Secondary backgroundsInput backgroundsDividers
300
ABC9
#ABC9DE
BordersInactive statesPlaceholder text
400
7EAC
#7EACCD
Disabled statesSecondary iconsMuted text
500
5A95
#5A95BF
Primary brand colorCTAsActive elementsLinks
600
3F78
#3F78A2
Hover statesFocus ringsPrimary buttons hover
700
3260
#326081
Active/pressed statesDark mode accentsSecondary text
800
2444
#24445C
Text on light backgroundsHeadingsStrong borders
900
172C
#172C3B
Primary textHigh emphasis contentDark headings
950
0E1B
#0E1B25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F8FB;
  --silver-100: #E5EEF5;
  --silver-200: #CFE0EC;
  --silver-300: #ABC9DE;
  --silver-400: #7EACCD;
  --silver-500: #5A95BF;
  --silver-600: #3F78A2;
  --silver-700: #326081;
  --silver-800: #24445C;
  --silver-900: #172C3B;
  --silver-950: #0E1B25;
}
Generate More ShadesCreate PaletteConvert Color