Silver

#AABDDF

Blue

Color Codes

All color formats for development

HEX
#AABDDF
RGB
rgb(170, 189, 223)
HSL
hsl(218, 45%, 77%)
OKLCH
oklch(0.795 0.053 262.1)
CMYK
cmyk(24%, 15%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.90:1

AA AAA

On Black Background

11.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EB
200
#CFDA
300
#AABD
400
#7E9B
500
#597E
600
#3E63
700
#314F
800
#2338
900
#1624
950
#0E16

Shades

Darker variations

1#8DA7D4
2#7191C9
3#557BBE
4#4168AB
5#36568E
6#2B4572
7#203455
8#162339
9#0B111C

Tints

Lighter variations

1#B2C4E2
2#BBCAE5
3#C3D1E8
4#CCD8EC
5#D4DEEF
6#DDE5F2
7#E5EBF5
8#EEF2F9
9#F6F8FC

Tones

Muted variations

1#ADBEDC
2#AFBFD9
3#B2BFD7
4#B5C0D4
5#B7C1D2
6#BAC2CF
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
CFDA
#CFDAED
Secondary backgroundsInput backgroundsDividers
300
AABD
#AABDDF
BordersInactive statesPlaceholder text
400
7E9B
#7E9BCE
Disabled statesSecondary iconsMuted text
500
597E
#597EC0
Primary brand colorCTAsActive elementsLinks
600
3E63
#3E63A3
Hover statesFocus ringsPrimary buttons hover
700
314F
#314F81
Active/pressed statesDark mode accentsSecondary text
800
2338
#23385C
Text on light backgroundsHeadingsStrong borders
900
1624
#16243B
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: #CFDAED;
  --silver-300: #AABDDF;
  --silver-400: #7E9BCE;
  --silver-500: #597EC0;
  --silver-600: #3E63A3;
  --silver-700: #314F81;
  --silver-800: #23385C;
  --silver-900: #16243B;
  --silver-950: #0E1625;
}
Generate More ShadesCreate PaletteConvert Color