Silver

#8FB7BD

Cyan

Color Codes

All color formats for development

HEX
#8FB7BD
RGB
rgb(143, 183, 189)
HSL
hsl(188, 26%, 65%)
OKLCH
oklch(0.752 0.044 207.6)
CMYK
cmyk(24%, 3%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

2.17:1

AA AAA

On Black Background

9.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E9F1
200
#D5E4
300
#B5D0
400
#8FB7
500
#6EA2
600
#5386
700
#426A
800
#2F4C
900
#1E31
950
#131E

Shades

Darker variations

1#7AA9B1
2#659CA4
3#568A92
4#4A767D
5#3D6368
6#314F54
7#253B3F
8#19272A
9#0C1415

Tints

Lighter variations

1#9ABEC4
2#A5C5CA
3#B0CCD1
4#BCD4D7
5#C7DBDE
6#D2E2E5
7#DDE9EB
8#E9F1F2
9#F4F8F8

Tones

Muted variations

1#91B5BB
2#93B3B8
3#96B2B6
4#98B0B4
5#9AAEB1
6#9CADAF
7#9FABAD
8#A1A9AA
9#A3A7A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F1
#E9F1F2
Light backgroundsTable row hoverSkeleton loading
200
D5E4
#D5E4E6
Secondary backgroundsInput backgroundsDividers
300
B5D0
#B5D0D4
BordersInactive statesPlaceholder text
400
8FB7
#8FB7BD
Disabled statesSecondary iconsMuted text
500
6EA2
#6EA2AA
Primary brand colorCTAsActive elementsLinks
600
5386
#53868D
Hover statesFocus ringsPrimary buttons hover
700
426A
#426A70
Active/pressed statesDark mode accentsSecondary text
800
2F4C
#2F4C50
Text on light backgroundsHeadingsStrong borders
900
1E31
#1E3133
Primary textHigh emphasis contentDark headings
950
131E
#131E20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F9F9;
  --silver-100: #E9F1F2;
  --silver-200: #D5E4E6;
  --silver-300: #B5D0D4;
  --silver-400: #8FB7BD;
  --silver-500: #6EA2AA;
  --silver-600: #53868D;
  --silver-700: #426A70;
  --silver-800: #2F4C50;
  --silver-900: #1E3133;
  --silver-950: #131E20;
}
Generate More ShadesCreate PaletteConvert Color