Silver

#95AEB7

Blue

Color Codes

All color formats for development

HEX
#95AEB7
RGB
rgb(149, 174, 183)
HSL
hsl(196, 19%, 65%)
OKLCH
oklch(0.735 0.031 221.5)
CMYK
cmyk(19%, 5%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.33:1

AA AAA

On Black Background

9.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E1
300
#B9CA
400
#95AE
500
#7696
600
#5B7A
700
#4861
800
#3445
900
#212C
950
#151C

Shades

Darker variations

1#819FA9
2#6D8F9C
3#5E7E8A
4#516C76
5#435A63
6#36484F
7#28363B
8#1B2427
9#0D1214

Tints

Lighter variations

1#9FB6BE
2#AABEC5
3#B5C6CC
4#BFCED4
5#CAD6DB
6#D5DEE2
7#DFE7E9
8#EAEFF1
9#F4F7F8

Tones

Muted variations

1#96ADB5
2#98ACB3
3#9AABB2
4#9CAAB0
5#9DAAAE
6#9FA9AD
7#A1A8AB
8#A2A7A9
9#A4A7A7

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
D8E1
#D8E1E4
Secondary backgroundsInput backgroundsDividers
300
B9CA
#B9CACF
BordersInactive statesPlaceholder text
400
95AE
#95AEB7
Disabled statesSecondary iconsMuted text
500
7696
#7696A2
Primary brand colorCTAsActive elementsLinks
600
5B7A
#5B7A86
Hover statesFocus ringsPrimary buttons hover
700
4861
#48616A
Active/pressed statesDark mode accentsSecondary text
800
3445
#34454C
Text on light backgroundsHeadingsStrong borders
900
212C
#212C31
Primary textHigh emphasis contentDark headings
950
151C
#151C1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F9;
  --silver-100: #EAEFF1;
  --silver-200: #D8E1E4;
  --silver-300: #B9CACF;
  --silver-400: #95AEB7;
  --silver-500: #7696A2;
  --silver-600: #5B7A86;
  --silver-700: #48616A;
  --silver-800: #34454C;
  --silver-900: #212C31;
  --silver-950: #151C1E;
}
Generate More ShadesCreate PaletteConvert Color