Silver

#ADC8DB

Blue

Color Codes

All color formats for development

HEX
#ADC8DB
RGB
rgb(173, 200, 219)
HSL
hsl(205, 39%, 77%)
OKLCH
oklch(0.819 0.04 238.7)
CMYK
cmyk(21%, 9%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.74:1

AA AAA

On Black Background

12.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E6EE
200
#D1E0
300
#ADC8
400
#83AC
500
#5F94
600
#4477
700
#365F
800
#2744
900
#192B
950
#101B

Shades

Darker variations

1#92B6CF
2#77A3C3
3#5C91B7
4#487DA4
5#3C6988
6#30546D
7#243F52
8#182A37
9#0C151B

Tints

Lighter variations

1#B6CEDF
2#BED3E2
3#C6D9E6
4#CEDEEA
5#D6E4ED
6#DEE9F1
7#E7EFF4
8#EFF4F8
9#F7FAFB

Tones

Muted variations

1#B0C8D9
2#B2C7D7
3#B4C7D4
4#B7C7D2
5#B9C6D0
6#BBC6CD
7#BDC5CB
8#C0C5C9
9#C2C5C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EE
#E6EEF4
Light backgroundsTable row hoverSkeleton loading
200
D1E0
#D1E0EB
Secondary backgroundsInput backgroundsDividers
300
ADC8
#ADC8DB
BordersInactive statesPlaceholder text
400
83AC
#83ACC9
Disabled statesSecondary iconsMuted text
500
5F94
#5F94B9
Primary brand colorCTAsActive elementsLinks
600
4477
#44779C
Hover statesFocus ringsPrimary buttons hover
700
365F
#365F7C
Active/pressed statesDark mode accentsSecondary text
800
2744
#274459
Text on light backgroundsHeadingsStrong borders
900
192B
#192B39
Primary textHigh emphasis contentDark headings
950
101B
#101B23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F8FA;
  --silver-100: #E6EEF4;
  --silver-200: #D1E0EB;
  --silver-300: #ADC8DB;
  --silver-400: #83ACC9;
  --silver-500: #5F94B9;
  --silver-600: #44779C;
  --silver-700: #365F7C;
  --silver-800: #274459;
  --silver-900: #192B39;
  --silver-950: #101B23;
}
Generate More ShadesCreate PaletteConvert Color