Silver

#A9B2DF

Blue

Color Codes

All color formats for development

HEX
#A9B2DF
RGB
rgb(169, 178, 223)
HSL
hsl(230, 46%, 77%)
OKLCH
oklch(0.772 0.065 275.9)
CMYK
cmyk(24%, 20%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.07:1

AA AAA

On Black Background

10.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E8
200
#CFD4
300
#A9B2
400
#7D8A
500
#5769
600
#3D4E
700
#303E
800
#222C
900
#161C
950
#0E12

Shades

Darker variations

1#8D99D5
2#707FCA
3#5365C0
4#4052AC
5#35448F
6#2A3673
7#202956
8#151B39
9#0B0E1D

Tints

Lighter variations

1#B2BAE2
2#BAC2E6
3#C3C9E9
4#CCD1EC
5#D4D9EF
6#DDE0F2
7#E5E8F5
8#EEF0F9
9#F6F7FC

Tones

Muted variations

1#ACB4DD
2#AFB6DA
3#B1B8D7
4#B4BAD5
5#B7BBD2
6#BABDCF
7#BCBFCC
8#BFC1CA
9#C2C3C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E8
#E5E8F5
Light backgroundsTable row hoverSkeleton loading
200
CFD4
#CFD4ED
Secondary backgroundsInput backgroundsDividers
300
A9B2
#A9B2DF
BordersInactive statesPlaceholder text
400
7D8A
#7D8ACF
Disabled statesSecondary iconsMuted text
500
5769
#5769C1
Primary brand colorCTAsActive elementsLinks
600
3D4E
#3D4EA4
Hover statesFocus ringsPrimary buttons hover
700
303E
#303E82
Active/pressed statesDark mode accentsSecondary text
800
222C
#222C5D
Text on light backgroundsHeadingsStrong borders
900
161C
#161C3C
Primary textHigh emphasis contentDark headings
950
0E12
#0E1225
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F5FB;
  --silver-100: #E5E8F5;
  --silver-200: #CFD4ED;
  --silver-300: #A9B2DF;
  --silver-400: #7D8ACF;
  --silver-500: #5769C1;
  --silver-600: #3D4EA4;
  --silver-700: #303E82;
  --silver-800: #222C5D;
  --silver-900: #161C3C;
  --silver-950: #0E1225;
}
Generate More ShadesCreate PaletteConvert Color