Silver

#ACB1DD

Blue

Color Codes

All color formats for development

HEX
#ACB1DD
RGB
rgb(172, 177, 221)
HSL
hsl(234, 42%, 77%)
OKLCH
oklch(0.772 0.063 279.7)
CMYK
cmyk(22%, 20%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.08:1

AA AAA

On Black Background

10.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E7
200
#D0D3
300
#ACB1
400
#8088
500
#5C66
600
#414B
700
#343B
800
#252A
900
#181B
950
#0F11

Shades

Darker variations

1#9096D2
2#747CC6
3#5862BB
4#444EA7
5#39418B
6#2E3470
7#222754
8#171A38
9#0B0D1C

Tints

Lighter variations

1#B4B8E0
2#BCC0E4
3#C5C8E7
4#CDD0EB
5#D5D8EE
6#DEE0F1
7#E6E7F5
8#EEEFF8
9#F7F7FC

Tones

Muted variations

1#AEB3DB
2#B1B5D8
3#B3B7D6
4#B6B9D3
5#B8BAD1
6#BABCCE
7#BDBECC
8#BFC0C9
9#C2C2C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E6E7
#E6E7F5
Light backgroundsTable row hoverSkeleton loading
200
D0D3
#D0D3EC
Secondary backgroundsInput backgroundsDividers
300
ACB1
#ACB1DD
BordersInactive statesPlaceholder text
400
8088
#8088CB
Disabled statesSecondary iconsMuted text
500
5C66
#5C66BC
Primary brand colorCTAsActive elementsLinks
600
414B
#414B9F
Hover statesFocus ringsPrimary buttons hover
700
343B
#343B7F
Active/pressed statesDark mode accentsSecondary text
800
252A
#252A5B
Text on light backgroundsHeadingsStrong borders
900
181B
#181B3A
Primary textHigh emphasis contentDark headings
950
0F11
#0F1124
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F5FB;
  --silver-100: #E6E7F5;
  --silver-200: #D0D3EC;
  --silver-300: #ACB1DD;
  --silver-400: #8088CB;
  --silver-500: #5C66BC;
  --silver-600: #414B9F;
  --silver-700: #343B7F;
  --silver-800: #252A5B;
  --silver-900: #181B3A;
  --silver-950: #0F1124;
}
Generate More ShadesCreate PaletteConvert Color