Silver

#A9BEDF

Blue

Color Codes

All color formats for development

HEX
#A9BEDF
RGB
rgb(169, 190, 223)
HSL
hsl(217, 46%, 77%)
OKLCH
oklch(0.797 0.052 259.4)
CMYK
cmyk(24%, 15%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.89:1

AA AAA

On Black Background

11.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5EB
200
#CFDA
300
#A9BE
400
#7D9C
500
#5780
600
#3D64
700
#3050
800
#2239
900
#1624
950
#0E17

Shades

Darker variations

1#8DA8D5
2#7093CA
3#537DC0
4#4069AC
5#35588F
6#2A4673
7#203556
8#152339
9#0B121D

Tints

Lighter variations

1#B2C5E2
2#BACBE6
3#C3D2E9
4#CCD8EC
5#D4DFEF
6#DDE5F2
7#E5ECF5
8#EEF2F9
9#F6F9FC

Tones

Muted variations

1#ACBFDD
2#AFBFDA
3#B1C0D7
4#B4C1D5
5#B7C1D2
6#BAC2CF
7#BCC2CC
8#BFC3CA
9#C2C4C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EB
#E5EBF5
Light backgroundsTable row hoverSkeleton loading
200
CFDA
#CFDAED
Secondary backgroundsInput backgroundsDividers
300
A9BE
#A9BEDF
BordersInactive statesPlaceholder text
400
7D9C
#7D9CCF
Disabled statesSecondary iconsMuted text
500
5780
#5780C1
Primary brand colorCTAsActive elementsLinks
600
3D64
#3D64A4
Hover statesFocus ringsPrimary buttons hover
700
3050
#305082
Active/pressed statesDark mode accentsSecondary text
800
2239
#22395D
Text on light backgroundsHeadingsStrong borders
900
1624
#16243C
Primary textHigh emphasis contentDark headings
950
0E17
#0E1725
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F7FB;
  --silver-100: #E5EBF5;
  --silver-200: #CFDAED;
  --silver-300: #A9BEDF;
  --silver-400: #7D9CCF;
  --silver-500: #5780C1;
  --silver-600: #3D64A4;
  --silver-700: #305082;
  --silver-800: #22395D;
  --silver-900: #16243C;
  --silver-950: #0E1725;
}
Generate More ShadesCreate PaletteConvert Color