Silver

#ADD1DB

Cyan

Color Codes

All color formats for development

HEX
#ADD1DB
RGB
rgb(173, 209, 219)
HSL
hsl(193, 39%, 77%)
OKLCH
oklch(0.838 0.041 216.4)
CMYK
cmyk(21%, 5%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E6F1
200
#D1E5
300
#ADD1
400
#83B9
500
#5FA6
600
#4489
700
#366D
800
#274E
900
#1932
950
#101F

Shades

Darker variations

1#92C2CF
2#77B3C3
3#5CA3B7
4#4890A4
5#3C7888
6#30606D
7#244852
8#183037
9#0C181B

Tints

Lighter variations

1#B6D6DF
2#BEDAE2
3#C6DFE6
4#CEE4EA
5#D6E8ED
6#DEEDF1
7#E7F1F4
8#EFF6F8
9#F7FAFB

Tones

Muted variations

1#B0D0D9
2#B2CFD7
3#B4CDD4
4#B7CCD2
5#B9CBD0
6#BBCACD
7#BDC8CB
8#C0C7C9
9#C2C6C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E6F1
#E6F1F4
Light backgroundsTable row hoverSkeleton loading
200
D1E5
#D1E5EB
Secondary backgroundsInput backgroundsDividers
300
ADD1
#ADD1DB
BordersInactive statesPlaceholder text
400
83B9
#83B9C9
Disabled statesSecondary iconsMuted text
500
5FA6
#5FA6B9
Primary brand colorCTAsActive elementsLinks
600
4489
#44899C
Hover statesFocus ringsPrimary buttons hover
700
366D
#366D7C
Active/pressed statesDark mode accentsSecondary text
800
274E
#274E59
Text on light backgroundsHeadingsStrong borders
900
1932
#193239
Primary textHigh emphasis contentDark headings
950
101F
#101F23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F9FA;
  --silver-100: #E6F1F4;
  --silver-200: #D1E5EB;
  --silver-300: #ADD1DB;
  --silver-400: #83B9C9;
  --silver-500: #5FA6B9;
  --silver-600: #44899C;
  --silver-700: #366D7C;
  --silver-800: #274E59;
  --silver-900: #193239;
  --silver-950: #101F23;
}
Generate More ShadesCreate PaletteConvert Color