Silver

#8EACBE

Blue

Color Codes

All color formats for development

HEX
#8EACBE
RGB
rgb(142, 172, 190)
HSL
hsl(203, 27%, 65%)
OKLCH
oklch(0.728 0.042 234.5)
CMYK
cmyk(25%, 9%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.39:1

AA AAA

On Black Background

8.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EE
200
#D5E0
300
#B5C8
400
#8EAB
500
#6D93
600
#5277
700
#415F
800
#2F44
900
#1E2B
950
#131B

Shades

Darker variations

1#799CB2
2#648CA6
3#557B93
4#496A7E
5#3C5869
6#304654
7#24353F
8#18232A
9#0C1215

Tints

Lighter variations

1#99B4C4
2#A4BCCB
3#B0C4D1
4#BBCDD8
5#C6D5DE
6#D2DEE5
7#DDE6EB
8#E8EEF2
9#F4F7F8

Tones

Muted variations

1#90ABBB
2#92AAB9
3#95AAB7
4#97A9B4
5#9AA9B2
6#9CA8AF
7#9FA7AD
8#A1A7AB
9#A3A6A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EE
#E8EEF2
Light backgroundsTable row hoverSkeleton loading
200
D5E0
#D5E0E7
Secondary backgroundsInput backgroundsDividers
300
B5C8
#B5C8D4
BordersInactive statesPlaceholder text
400
8EAB
#8EABBE
Disabled statesSecondary iconsMuted text
500
6D93
#6D93AB
Primary brand colorCTAsActive elementsLinks
600
5277
#52778E
Hover statesFocus ringsPrimary buttons hover
700
415F
#415F71
Active/pressed statesDark mode accentsSecondary text
800
2F44
#2F4451
Text on light backgroundsHeadingsStrong borders
900
1E2B
#1E2B34
Primary textHigh emphasis contentDark headings
950
131B
#131B20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F8F9;
  --silver-100: #E8EEF2;
  --silver-200: #D5E0E7;
  --silver-300: #B5C8D4;
  --silver-400: #8EABBE;
  --silver-500: #6D93AB;
  --silver-600: #52778E;
  --silver-700: #415F71;
  --silver-800: #2F4451;
  --silver-900: #1E2B34;
  --silver-950: #131B20;
}
Generate More ShadesCreate PaletteConvert Color