Silver

#93ABB8

Blue

Color Codes

All color formats for development

HEX
#93ABB8
RGB
rgb(147, 171, 184)
HSL
hsl(201, 21%, 65%)
OKLCH
oklch(0.727 0.033 231.5)
CMYK
cmyk(20%, 7%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.40:1

AA AAA

On Black Background

8.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EE
200
#D7E0
300
#B8C8
400
#93AB
500
#7493
600
#5977
700
#475F
800
#3244
900
#202B
950
#141B

Shades

Darker variations

1#7F9CAB
2#6B8C9E
3#5C7B8C
4#4F6A78
5#415864
6#344650
7#27353C
8#1A2328
9#0D1214

Tints

Lighter variations

1#9EB4C0
2#A9BCC7
3#B3C4CE
4#BECDD5
5#C9D5DC
6#D4DEE3
7#DFE6EA
8#E9EEF1
9#F4F7F8

Tones

Muted variations

1#95ABB7
2#97AAB5
3#99AAB3
4#9BA9B1
5#9CA9AF
6#9EA8AD
7#A0A7AB
8#A2A7A9
9#A4A6A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EE
#E9EEF1
Light backgroundsTable row hoverSkeleton loading
200
D7E0
#D7E0E5
Secondary backgroundsInput backgroundsDividers
300
B8C8
#B8C8D1
BordersInactive statesPlaceholder text
400
93AB
#93ABB8
Disabled statesSecondary iconsMuted text
500
7493
#7493A4
Primary brand colorCTAsActive elementsLinks
600
5977
#597788
Hover statesFocus ringsPrimary buttons hover
700
475F
#475F6C
Active/pressed statesDark mode accentsSecondary text
800
3244
#32444D
Text on light backgroundsHeadingsStrong borders
900
202B
#202B31
Primary textHigh emphasis contentDark headings
950
141B
#141B1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F9;
  --silver-100: #E9EEF1;
  --silver-200: #D7E0E5;
  --silver-300: #B8C8D1;
  --silver-400: #93ABB8;
  --silver-500: #7493A4;
  --silver-600: #597788;
  --silver-700: #475F6C;
  --silver-800: #32444D;
  --silver-900: #202B31;
  --silver-950: #141B1F;
}
Generate More ShadesCreate PaletteConvert Color