Silver

#90BBBB

Cyan

Color Codes

All color formats for development

HEX
#90BBBB
RGB
rgb(144, 187, 187)
HSL
hsl(180, 24%, 65%)
OKLCH
oklch(0.761 0.046 196.2)
CMYK
cmyk(23%, 0%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.10:1

AA AAA

On Black Background

10.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#E9F1
200
#D6E6
300
#B6D2
400
#90BB
500
#71A8
600
#558B
700
#446F
800
#304F
900
#1F33
950
#1320

Shades

Darker variations

1#7CAFAF
2#67A2A2
3#589090
4#4C7B7B
5#3F6767
6#325252
7#263E3E
8#192929
9#0D1515

Tints

Lighter variations

1#9BC2C2
2#A6C9C9
3#B2D0D0
4#BDD6D6
5#C8DDDD
6#D3E4E4
7#DEEBEB
8#E9F1F1
9#F4F8F8

Tones

Muted variations

1#92B9B9
2#95B7B7
3#97B5B5
4#99B3B3
5#9BB0B0
6#9DAEAE
7#9FACAC
8#A1AAAA
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
D6E6
#D6E6E6
Secondary backgroundsInput backgroundsDividers
300
B6D2
#B6D2D2
BordersInactive statesPlaceholder text
400
90BB
#90BBBB
Disabled statesSecondary iconsMuted text
500
71A8
#71A8A8
Primary brand colorCTAsActive elementsLinks
600
558B
#558B8B
Hover statesFocus ringsPrimary buttons hover
700
446F
#446F6F
Active/pressed statesDark mode accentsSecondary text
800
304F
#304F4F
Text on light backgroundsHeadingsStrong borders
900
1F33
#1F3333
Primary textHigh emphasis contentDark headings
950
1320
#132020
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F9F9;
  --silver-100: #E9F1F1;
  --silver-200: #D6E6E6;
  --silver-300: #B6D2D2;
  --silver-400: #90BBBB;
  --silver-500: #71A8A8;
  --silver-600: #558B8B;
  --silver-700: #446F6F;
  --silver-800: #304F4F;
  --silver-900: #1F3333;
  --silver-950: #132020;
}
Generate More ShadesCreate PaletteConvert Color