Silver

#A9BFDF

Blue

Color Codes

All color formats for development

HEX
#A9BFDF
RGB
rgb(169, 191, 223)
HSL
hsl(216, 46%, 77%)
OKLCH
oklch(0.799 0.052 257.7)
CMYK
cmyk(24%, 14%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.87:1

AA AAA

On Black Background

11.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5EC
200
#CFDB
300
#A9BF
400
#7D9E
500
#5782
600
#3D66
700
#3051
800
#223A
900
#1625
950
#0E17

Shades

Darker variations

1#8DAAD5
2#7094CA
3#537FC0
4#406BAC
5#35598F
6#2A4773
7#203556
8#152439
9#0B121D

Tints

Lighter variations

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

Tones

Muted variations

1#ACBFDD
2#AFC0DA
3#B1C1D7
4#B4C1D5
5#B7C2D2
6#BAC2CF
7#BCC3CC
8#BFC3CA
9#C2C4C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EC
#E5ECF5
Light backgroundsTable row hoverSkeleton loading
200
CFDB
#CFDBED
Secondary backgroundsInput backgroundsDividers
300
A9BF
#A9BFDF
BordersInactive statesPlaceholder text
400
7D9E
#7D9ECF
Disabled statesSecondary iconsMuted text
500
5782
#5782C1
Primary brand colorCTAsActive elementsLinks
600
3D66
#3D66A4
Hover statesFocus ringsPrimary buttons hover
700
3051
#305182
Active/pressed statesDark mode accentsSecondary text
800
223A
#223A5D
Text on light backgroundsHeadingsStrong borders
900
1625
#16253C
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: #E5ECF5;
  --silver-200: #CFDBED;
  --silver-300: #A9BFDF;
  --silver-400: #7D9ECF;
  --silver-500: #5782C1;
  --silver-600: #3D66A4;
  --silver-700: #305182;
  --silver-800: #223A5D;
  --silver-900: #16253C;
  --silver-950: #0E1725;
}
Generate More ShadesCreate PaletteConvert Color