Silver

#ACB5DD

Blue

Color Codes

All color formats for development

HEX
#ACB5DD
RGB
rgb(172, 181, 221)
HSL
hsl(229, 42%, 77%)
OKLCH
oklch(0.78 0.058 275)
CMYK
cmyk(22%, 18%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.02:1

AA AAA

On Black Background

10.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E8
200
#D0D5
300
#ACB5
400
#808E
500
#5C6E
600
#4152
700
#3442
800
#252F
900
#181E
950
#0F13

Shades

Darker variations

1#909CD2
2#7483C6
3#586ABB
4#4456A7
5#39488B
6#2E3A70
7#222B54
8#171D38
9#0B0E1C

Tints

Lighter variations

1#B4BCE0
2#BCC4E4
3#C5CBE7
4#CDD2EB
5#D5DAEE
6#DEE1F1
7#E6E9F5
8#EEF0F8
9#F7F8FC

Tones

Muted variations

1#AEB6DB
2#B1B8D8
3#B3B9D6
4#B6BBD3
5#B8BDD1
6#BABECE
7#BDC0CC
8#BFC1C9
9#C2C3C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E6E8
#E6E8F5
Light backgroundsTable row hoverSkeleton loading
200
D0D5
#D0D5EC
Secondary backgroundsInput backgroundsDividers
300
ACB5
#ACB5DD
BordersInactive statesPlaceholder text
400
808E
#808ECB
Disabled statesSecondary iconsMuted text
500
5C6E
#5C6EBC
Primary brand colorCTAsActive elementsLinks
600
4152
#41529F
Hover statesFocus ringsPrimary buttons hover
700
3442
#34427F
Active/pressed statesDark mode accentsSecondary text
800
252F
#252F5B
Text on light backgroundsHeadingsStrong borders
900
181E
#181E3A
Primary textHigh emphasis contentDark headings
950
0F13
#0F1324
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F5FB;
  --silver-100: #E6E8F5;
  --silver-200: #D0D5EC;
  --silver-300: #ACB5DD;
  --silver-400: #808ECB;
  --silver-500: #5C6EBC;
  --silver-600: #41529F;
  --silver-700: #34427F;
  --silver-800: #252F5B;
  --silver-900: #181E3A;
  --silver-950: #0F1324;
}
Generate More ShadesCreate PaletteConvert Color