Silver

#A8B3E1

Blue

Color Codes

All color formats for development

HEX
#A8B3E1
RGB
rgb(168, 179, 225)
HSL
hsl(228, 49%, 77%)
OKLCH
oklch(0.774 0.067 274.3)
CMYK
cmyk(25%, 20%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

2.06:1

AA AAA

On Black Background

10.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E4E8
200
#CED4
300
#A8B3
400
#7A8C
500
#546B
600
#394F
700
#2E3F
800
#212D
900
#151D
950
#0D12

Shades

Darker variations

1#8A9AD7
2#6D80CD
3#5067C3
4#3C53B0
5#324592
6#283775
7#1E2A58
8#141C3B
9#0A0E1D

Tints

Lighter variations

1#B0BBE4
2#B9C2E7
3#C2CAEA
4#CBD1ED
5#D3D9F0
6#DCE1F3
7#E5E8F6
8#EEF0F9
9#F6F7FC

Tones

Muted variations

1#AAB5DE
2#ADB7DB
3#B0B8D8
4#B3BAD6
5#B6BCD3
6#B9BDD0
7#BCBFCD
8#BFC1CA
9#C1C3C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E8
#E4E8F6
Light backgroundsTable row hoverSkeleton loading
200
CED4
#CED4EE
Secondary backgroundsInput backgroundsDividers
300
A8B3
#A8B3E1
BordersInactive statesPlaceholder text
400
7A8C
#7A8CD1
Disabled statesSecondary iconsMuted text
500
546B
#546BC4
Primary brand colorCTAsActive elementsLinks
600
394F
#394FA7
Hover statesFocus ringsPrimary buttons hover
700
2E3F
#2E3F85
Active/pressed statesDark mode accentsSecondary text
800
212D
#212D5F
Text on light backgroundsHeadingsStrong borders
900
151D
#151D3D
Primary textHigh emphasis contentDark headings
950
0D12
#0D1226
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F5FB;
  --silver-100: #E4E8F6;
  --silver-200: #CED4EE;
  --silver-300: #A8B3E1;
  --silver-400: #7A8CD1;
  --silver-500: #546BC4;
  --silver-600: #394FA7;
  --silver-700: #2E3F85;
  --silver-800: #212D5F;
  --silver-900: #151D3D;
  --silver-950: #0D1226;
}
Generate More ShadesCreate PaletteConvert Color