Silver

#AFCCD9

Blue

Color Codes

All color formats for development

HEX
#AFCCD9
RGB
rgb(175, 204, 217)
HSL
hsl(199, 36%, 77%)
OKLCH
oklch(0.828 0.036 226.7)
CMYK
cmyk(19%, 6%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.69:1

AA AAA

On Black Background

12.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E7F0
200
#D2E2
300
#AFCC
400
#86B2
500
#639B
600
#487F
700
#3965
800
#2948
900
#1A2E
950
#101D

Shades

Darker variations

1#95BBCD
2#7AAAC0
3#5F99B4
4#4B85A0
5#3F6F86
6#32596B
7#264350
8#192C35
9#0D161B

Tints

Lighter variations

1#B7D1DD
2#BFD6E1
3#C7DBE5
4#CFE0E8
5#D7E6EC
6#DFEBF0
7#E7F0F4
8#EFF5F7
9#F7FAFB

Tones

Muted variations

1#B1CBD7
2#B3CBD5
3#B6CAD3
4#B8C9D1
5#BAC8CF
6#BCC7CD
7#BEC7CB
8#C0C6C9
9#C2C5C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E7F0
#E7F0F4
Light backgroundsTable row hoverSkeleton loading
200
D2E2
#D2E2EA
Secondary backgroundsInput backgroundsDividers
300
AFCC
#AFCCD9
BordersInactive statesPlaceholder text
400
86B2
#86B2C6
Disabled statesSecondary iconsMuted text
500
639B
#639BB6
Primary brand colorCTAsActive elementsLinks
600
487F
#487F99
Hover statesFocus ringsPrimary buttons hover
700
3965
#396579
Active/pressed statesDark mode accentsSecondary text
800
2948
#294857
Text on light backgroundsHeadingsStrong borders
900
1A2E
#1A2E37
Primary textHigh emphasis contentDark headings
950
101D
#101D23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F8FA;
  --silver-100: #E7F0F4;
  --silver-200: #D2E2EA;
  --silver-300: #AFCCD9;
  --silver-400: #86B2C6;
  --silver-500: #639BB6;
  --silver-600: #487F99;
  --silver-700: #396579;
  --silver-800: #294857;
  --silver-900: #1A2E37;
  --silver-950: #101D23;
}
Generate More ShadesCreate PaletteConvert Color