Silver

#9AAEB1

Cyan

Color Codes

All color formats for development

HEX
#9AAEB1
RGB
rgb(154, 174, 177)
HSL
hsl(188, 13%, 65%)
OKLCH
oklch(0.736 0.023 207.6)
CMYK
cmyk(13%, 2%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.32:1

AA AAA

On Black Background

9.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEF
200
#DAE1
300
#BDCA
400
#9AAE
500
#7D97
600
#627B
700
#4E62
800
#3746
900
#232D
950
#161C

Shades

Darker variations

1#879FA3
2#759095
3#657F83
4#576D70
5#485B5E
6#3A494B
7#2B3638
8#1D2425
9#0E1213

Tints

Lighter variations

1#A4B6B9
2#AEBEC1
3#B8C6C9
4#C2CFD0
5#CDD7D8
6#D7DFE0
7#E1E7E8
8#EBEFEF
9#F5F7F7

Tones

Muted variations

1#9BADB0
2#9CADAF
3#9EACAE
4#9FABAD
5#A0AAAC
6#A1A9AA
7#A2A8A9
8#A3A7A8
9#A5A7A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEF
#EBEFEF
Light backgroundsTable row hoverSkeleton loading
200
DAE1
#DAE1E2
Secondary backgroundsInput backgroundsDividers
300
BDCA
#BDCACC
BordersInactive statesPlaceholder text
400
9AAE
#9AAEB1
Disabled statesSecondary iconsMuted text
500
7D97
#7D979B
Primary brand colorCTAsActive elementsLinks
600
627B
#627B7F
Hover statesFocus ringsPrimary buttons hover
700
4E62
#4E6265
Active/pressed statesDark mode accentsSecondary text
800
3746
#374648
Text on light backgroundsHeadingsStrong borders
900
232D
#232D2E
Primary textHigh emphasis contentDark headings
950
161C
#161C1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F8;
  --silver-100: #EBEFEF;
  --silver-200: #DAE1E2;
  --silver-300: #BDCACC;
  --silver-400: #9AAEB1;
  --silver-500: #7D979B;
  --silver-600: #627B7F;
  --silver-700: #4E6265;
  --silver-800: #374648;
  --silver-900: #232D2E;
  --silver-950: #161C1D;
}
Generate More ShadesCreate PaletteConvert Color