Silver

#ABC5DE

Blue

Color Codes

All color formats for development

HEX
#ABC5DE
RGB
rgb(171, 197, 222)
HSL
hsl(209, 44%, 77%)
OKLCH
oklch(0.812 0.045 247.3)
CMYK
cmyk(23%, 11%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.78:1

AA AAA

On Black Background

11.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5ED
200
#CFDE
300
#ABC5
400
#7EA7
500
#5A8E
600
#3F72
700
#325B
800
#2441
900
#1729
950
#0E1A

Shades

Darker variations

1#8EB2D3
2#729FC8
3#568BBD
4#4278AA
5#37648D
6#2C5071
7#213C55
8#162839
9#0B141C

Tints

Lighter variations

1#B3CBE1
2#BBD1E5
3#C4D7E8
4#CCDCEB
5#D5E2EF
6#DDE8F2
7#E6EEF5
8#EEF3F8
9#F7F9FC

Tones

Muted variations

1#ADC5DC
2#B0C5D9
3#B2C5D6
4#B5C5D4
5#B7C5D1
6#BAC5CF
7#BDC5CC
8#BFC5CA
9#C2C4C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5ED
#E5EDF5
Light backgroundsTable row hoverSkeleton loading
200
CFDE
#CFDEEC
Secondary backgroundsInput backgroundsDividers
300
ABC5
#ABC5DE
BordersInactive statesPlaceholder text
400
7EA7
#7EA7CD
Disabled statesSecondary iconsMuted text
500
5A8E
#5A8EBF
Primary brand colorCTAsActive elementsLinks
600
3F72
#3F72A2
Hover statesFocus ringsPrimary buttons hover
700
325B
#325B81
Active/pressed statesDark mode accentsSecondary text
800
2441
#24415C
Text on light backgroundsHeadingsStrong borders
900
1729
#17293B
Primary textHigh emphasis contentDark headings
950
0E1A
#0E1A25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F7FB;
  --silver-100: #E5EDF5;
  --silver-200: #CFDEEC;
  --silver-300: #ABC5DE;
  --silver-400: #7EA7CD;
  --silver-500: #5A8EBF;
  --silver-600: #3F72A2;
  --silver-700: #325B81;
  --silver-800: #24415C;
  --silver-900: #17293B;
  --silver-950: #0E1A25;
}
Generate More ShadesCreate PaletteConvert Color