Silver

#90B8BB

Cyan

Color Codes

All color formats for development

HEX
#90B8BB
RGB
rgb(144, 184, 187)
HSL
hsl(184, 24%, 65%)
OKLCH
oklch(0.755 0.043 202)
CMYK
cmyk(23%, 2%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.15:1

AA AAA

On Black Background

9.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#E9F1
200
#D6E5
300
#B6D1
400
#90B8
500
#71A4
600
#5588
700
#446C
800
#304D
900
#1F31
950
#131F

Shades

Darker variations

1#7CABAF
2#679EA2
3#588C90
4#4C787B
5#3F6467
6#325052
7#263C3E
8#192829
9#0D1415

Tints

Lighter variations

1#9BBFC2
2#A6C6C9
3#B2CED0
4#BDD5D6
5#C8DCDD
6#D3E3E4
7#DEEAEB
8#E9F1F1
9#F4F8F8

Tones

Muted variations

1#92B6B9
2#95B5B7
3#97B3B5
4#99B1B3
5#9BAFB0
6#9DADAE
7#9FABAC
8#A1A9AA
9#A4A8A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F1
#E9F1F1
Light backgroundsTable row hoverSkeleton loading
200
D6E5
#D6E5E6
Secondary backgroundsInput backgroundsDividers
300
B6D1
#B6D1D2
BordersInactive statesPlaceholder text
400
90B8
#90B8BB
Disabled statesSecondary iconsMuted text
500
71A4
#71A4A8
Primary brand colorCTAsActive elementsLinks
600
5588
#55888B
Hover statesFocus ringsPrimary buttons hover
700
446C
#446C6F
Active/pressed statesDark mode accentsSecondary text
800
304D
#304D4F
Text on light backgroundsHeadingsStrong borders
900
1F31
#1F3133
Primary textHigh emphasis contentDark headings
950
131F
#131F20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F9F9;
  --silver-100: #E9F1F1;
  --silver-200: #D6E5E6;
  --silver-300: #B6D1D2;
  --silver-400: #90B8BB;
  --silver-500: #71A4A8;
  --silver-600: #55888B;
  --silver-700: #446C6F;
  --silver-800: #304D4F;
  --silver-900: #1F3133;
  --silver-950: #131F20;
}
Generate More ShadesCreate PaletteConvert Color