Silver

#A9BBDF

Blue

Color Codes

All color formats for development

HEX
#A9BBDF
RGB
rgb(169, 187, 223)
HSL
hsl(220, 46%, 77%)
OKLCH
oklch(0.79 0.055 264.2)
CMYK
cmyk(24%, 16%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.93:1

AA AAA

On Black Background

10.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EA
200
#CFD9
300
#A9BB
400
#7D98
500
#577B
600
#3D5F
700
#304C
800
#2236
900
#1623
950
#0E16

Shades

Darker variations

1#8DA5D5
2#708ECA
3#5377C0
4#4064AC
5#35538F
6#2A4273
7#203256
8#152139
9#0B111D

Tints

Lighter variations

1#B2C2E2
2#BAC9E6
3#C3D0E9
4#CCD6EC
5#D4DDEF
6#DDE4F2
7#E5EBF5
8#EEF1F9
9#F6F8FC

Tones

Muted variations

1#ACBCDD
2#AFBDDA
3#B1BED7
4#B4BFD5
5#B7C0D2
6#BAC1CF
7#BCC2CC
8#BFC3CA
9#C2C3C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EA
#E5EAF5
Light backgroundsTable row hoverSkeleton loading
200
CFD9
#CFD9ED
Secondary backgroundsInput backgroundsDividers
300
A9BB
#A9BBDF
BordersInactive statesPlaceholder text
400
7D98
#7D98CF
Disabled statesSecondary iconsMuted text
500
577B
#577BC1
Primary brand colorCTAsActive elementsLinks
600
3D5F
#3D5FA4
Hover statesFocus ringsPrimary buttons hover
700
304C
#304C82
Active/pressed statesDark mode accentsSecondary text
800
2236
#22365D
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: #E5EAF5;
  --silver-200: #CFD9ED;
  --silver-300: #A9BBDF;
  --silver-400: #7D98CF;
  --silver-500: #577BC1;
  --silver-600: #3D5FA4;
  --silver-700: #304C82;
  --silver-800: #22365D;
  --silver-900: #16233C;
  --silver-950: #0E1625;
}
Generate More ShadesCreate PaletteConvert Color