Silver

#ACBEDD

Blue

Color Codes

All color formats for development

HEX
#ACBEDD
RGB
rgb(172, 190, 221)
HSL
hsl(218, 42%, 77%)
OKLCH
oklch(0.798 0.048 261.3)
CMYK
cmyk(22%, 14%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.88:1

AA AAA

On Black Background

11.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E6EB
200
#D0DA
300
#ACBE
400
#809C
500
#5C7F
600
#4164
700
#344F
800
#2539
900
#1824
950
#0F17

Shades

Darker variations

1#90A8D2
2#7492C6
3#587CBB
4#4469A7
5#39578B
6#2E4670
7#223454
8#172338
9#0B111C

Tints

Lighter variations

1#B4C4E0
2#BCCBE4
3#C5D1E7
4#CDD8EB
5#D5DEEE
6#DEE5F1
7#E6EBF5
8#EEF2F8
9#F7F8FC

Tones

Muted variations

1#AEBEDB
2#B1BFD8
3#B3C0D6
4#B6C0D3
5#B8C1D1
6#BAC2CE
7#BDC2CC
8#BFC3C9
9#C2C4C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E6EB
#E6EBF5
Light backgroundsTable row hoverSkeleton loading
200
D0DA
#D0DAEC
Secondary backgroundsInput backgroundsDividers
300
ACBE
#ACBEDD
BordersInactive statesPlaceholder text
400
809C
#809CCB
Disabled statesSecondary iconsMuted text
500
5C7F
#5C7FBC
Primary brand colorCTAsActive elementsLinks
600
4164
#41649F
Hover statesFocus ringsPrimary buttons hover
700
344F
#344F7F
Active/pressed statesDark mode accentsSecondary text
800
2539
#25395B
Text on light backgroundsHeadingsStrong borders
900
1824
#18243A
Primary textHigh emphasis contentDark headings
950
0F17
#0F1724
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F6FB;
  --silver-100: #E6EBF5;
  --silver-200: #D0DAEC;
  --silver-300: #ACBEDD;
  --silver-400: #809CCB;
  --silver-500: #5C7FBC;
  --silver-600: #41649F;
  --silver-700: #344F7F;
  --silver-800: #25395B;
  --silver-900: #18243A;
  --silver-950: #0F1724;
}
Generate More ShadesCreate PaletteConvert Color