Silver

#A9BCDF

Blue

Color Codes

All color formats for development

HEX
#A9BCDF
RGB
rgb(169, 188, 223)
HSL
hsl(219, 46%, 77%)
OKLCH
oklch(0.793 0.054 262.6)
CMYK
cmyk(24%, 16%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.92:1

AA AAA

On Black Background

10.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EB
200
#CFD9
300
#A9BC
400
#7D99
500
#577C
600
#3D61
700
#304D
800
#2237
900
#1623
950
#0E16

Shades

Darker variations

1#8DA6D5
2#7090CA
3#5379C0
4#4066AC
5#35558F
6#2A4473
7#203356
8#152239
9#0B111D

Tints

Lighter variations

1#B2C3E2
2#BACAE6
3#C3D0E9
4#CCD7EC
5#D4DEEF
6#DDE4F2
7#E5EBF5
8#EEF2F9
9#F6F8FC

Tones

Muted variations

1#ACBDDD
2#AFBEDA
3#B1BFD7
4#B4BFD5
5#B7C0D2
6#BAC1CF
7#BCC2CC
8#BFC3CA
9#C2C4C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EB
#E5EBF5
Light backgroundsTable row hoverSkeleton loading
200
CFD9
#CFD9ED
Secondary backgroundsInput backgroundsDividers
300
A9BC
#A9BCDF
BordersInactive statesPlaceholder text
400
7D99
#7D99CF
Disabled statesSecondary iconsMuted text
500
577C
#577CC1
Primary brand colorCTAsActive elementsLinks
600
3D61
#3D61A4
Hover statesFocus ringsPrimary buttons hover
700
304D
#304D82
Active/pressed statesDark mode accentsSecondary text
800
2237
#22375D
Text on light backgroundsHeadingsStrong borders
900
1623
#16233C
Primary textHigh emphasis contentDark headings
950
0E16
#0E1625
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F6FB;
  --silver-100: #E5EBF5;
  --silver-200: #CFD9ED;
  --silver-300: #A9BCDF;
  --silver-400: #7D99CF;
  --silver-500: #577CC1;
  --silver-600: #3D61A4;
  --silver-700: #304D82;
  --silver-800: #22375D;
  --silver-900: #16233C;
  --silver-950: #0E1625;
}
Generate More ShadesCreate PaletteConvert Color