Silver

#95ADB7

Blue

Color Codes

All color formats for development

HEX
#95ADB7
RGB
rgb(149, 173, 183)
HSL
hsl(198, 19%, 65%)
OKLCH
oklch(0.733 0.03 224.9)
CMYK
cmyk(19%, 5%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.35:1

AA AAA

On Black Background

8.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E0
300
#B9C9
400
#95AD
500
#7695
600
#5B79
700
#4860
800
#3445
900
#212C
950
#151B

Shades

Darker variations

1#819DA9
2#6D8E9C
3#5E7D8A
4#516B76
5#435963
6#36474F
7#28363B
8#1B2427
9#0D1214

Tints

Lighter variations

1#9FB5BE
2#AABDC5
3#B5C5CC
4#BFCED4
5#CAD6DB
6#D5DEE2
7#DFE6E9
8#EAEFF1
9#F4F7F8

Tones

Muted variations

1#96ACB5
2#98ABB3
3#9AAAB2
4#9CAAB0
5#9DA9AE
6#9FA8AD
7#A1A8AB
8#A2A7A9
9#A4A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF1
Light backgroundsTable row hoverSkeleton loading
200
D8E0
#D8E0E4
Secondary backgroundsInput backgroundsDividers
300
B9C9
#B9C9CF
BordersInactive statesPlaceholder text
400
95AD
#95ADB7
Disabled statesSecondary iconsMuted text
500
7695
#7695A2
Primary brand colorCTAsActive elementsLinks
600
5B79
#5B7986
Hover statesFocus ringsPrimary buttons hover
700
4860
#48606A
Active/pressed statesDark mode accentsSecondary text
800
3445
#34454C
Text on light backgroundsHeadingsStrong borders
900
212C
#212C31
Primary textHigh emphasis contentDark headings
950
151B
#151B1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F9;
  --silver-100: #EAEFF1;
  --silver-200: #D8E0E4;
  --silver-300: #B9C9CF;
  --silver-400: #95ADB7;
  --silver-500: #7695A2;
  --silver-600: #5B7986;
  --silver-700: #48606A;
  --silver-800: #34454C;
  --silver-900: #212C31;
  --silver-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color