Silver

#AFBDD9

Blue

Color Codes

All color formats for development

HEX
#AFBDD9
RGB
rgb(175, 189, 217)
HSL
hsl(220, 36%, 77%)
OKLCH
oklch(0.797 0.043 264.3)
CMYK
cmyk(19%, 13%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.89:1

AA AAA

On Black Background

11.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E7EB
200
#D2DA
300
#AFBD
400
#869B
500
#637E
600
#4863
700
#394F
800
#2938
900
#1A24
950
#1016

Shades

Darker variations

1#95A7CD
2#7A91C0
3#5F7BB4
4#4B68A0
5#3F5686
6#32456B
7#263450
8#192335
9#0D111B

Tints

Lighter variations

1#B7C4DD
2#BFCAE1
3#C7D1E5
4#CFD8E8
5#D7DEEC
6#DFE5F0
7#E7EBF4
8#EFF2F7
9#F7F8FB

Tones

Muted variations

1#B1BED7
2#B3BFD5
3#B6BFD3
4#B8C0D1
5#BAC1CF
6#BCC2CD
7#BEC2CB
8#C0C3C9
9#C2C4C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EB
#E7EBF4
Light backgroundsTable row hoverSkeleton loading
200
D2DA
#D2DAEA
Secondary backgroundsInput backgroundsDividers
300
AFBD
#AFBDD9
BordersInactive statesPlaceholder text
400
869B
#869BC6
Disabled statesSecondary iconsMuted text
500
637E
#637EB6
Primary brand colorCTAsActive elementsLinks
600
4863
#486399
Hover statesFocus ringsPrimary buttons hover
700
394F
#394F79
Active/pressed statesDark mode accentsSecondary text
800
2938
#293857
Text on light backgroundsHeadingsStrong borders
900
1A24
#1A2437
Primary textHigh emphasis contentDark headings
950
1016
#101623
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F6FA;
  --silver-100: #E7EBF4;
  --silver-200: #D2DAEA;
  --silver-300: #AFBDD9;
  --silver-400: #869BC6;
  --silver-500: #637EB6;
  --silver-600: #486399;
  --silver-700: #394F79;
  --silver-800: #293857;
  --silver-900: #1A2437;
  --silver-950: #101623;
}
Generate More ShadesCreate PaletteConvert Color