Silver

#AFC9DA

Blue

Color Codes

All color formats for development

HEX
#AFC9DA
RGB
rgb(175, 201, 218)
HSL
hsl(204, 37%, 77%)
OKLCH
oklch(0.822 0.037 236.6)
CMYK
cmyk(20%, 8%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E7EE
200
#D2E0
300
#AFC9
400
#85AC
500
#6295
600
#4779
700
#3860
800
#2844
900
#1A2C
950
#101B

Shades

Darker variations

1#94B7CE
2#79A4C1
3#5E92B5
4#4A7FA1
5#3E6986
6#31546C
7#253F51
8#192A36
9#0C151B

Tints

Lighter variations

1#B7CEDE
2#BFD4E1
3#C7D9E5
4#CFDEE9
5#D7E4ED
6#DFE9F0
7#E7EFF4
8#EFF4F8
9#F7FAFB

Tones

Muted variations

1#B1C8D8
2#B3C8D6
3#B5C7D4
4#B7C7D1
5#B9C7CF
6#BCC6CD
7#BEC6CB
8#C0C5C9
9#C2C5C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EE
#E7EEF4
Light backgroundsTable row hoverSkeleton loading
200
D2E0
#D2E0EA
Secondary backgroundsInput backgroundsDividers
300
AFC9
#AFC9DA
BordersInactive statesPlaceholder text
400
85AC
#85ACC7
Disabled statesSecondary iconsMuted text
500
6295
#6295B7
Primary brand colorCTAsActive elementsLinks
600
4779
#47799A
Hover statesFocus ringsPrimary buttons hover
700
3860
#38607A
Active/pressed statesDark mode accentsSecondary text
800
2844
#284457
Text on light backgroundsHeadingsStrong borders
900
1A2C
#1A2C38
Primary textHigh emphasis contentDark headings
950
101B
#101B23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F8FA;
  --silver-100: #E7EEF4;
  --silver-200: #D2E0EA;
  --silver-300: #AFC9DA;
  --silver-400: #85ACC7;
  --silver-500: #6295B7;
  --silver-600: #47799A;
  --silver-700: #38607A;
  --silver-800: #284457;
  --silver-900: #1A2C38;
  --silver-950: #101B23;
}
Generate More ShadesCreate PaletteConvert Color