Silver

#ACC6DD

Blue

Color Codes

All color formats for development

HEX
#ACC6DD
RGB
rgb(172, 198, 221)
HSL
hsl(208, 42%, 77%)
OKLCH
oklch(0.815 0.043 245.1)
CMYK
cmyk(22%, 10%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.77:1

AA AAA

On Black Background

11.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E6EE
200
#D0DF
300
#ACC6
400
#80A8
500
#5C8F
600
#4173
700
#345C
800
#2542
900
#182A
950
#0F1A

Shades

Darker variations

1#90B3D2
2#74A0C6
3#588DBB
4#4479A7
5#39658B
6#2E5170
7#223D54
8#172838
9#0B141C

Tints

Lighter variations

1#B4CCE0
2#BCD1E4
3#C5D7E7
4#CDDDEB
5#D5E2EE
6#DEE8F1
7#E6EEF5
8#EEF4F8
9#F7F9FC

Tones

Muted variations

1#AEC6DB
2#B1C6D8
3#B3C5D6
4#B6C5D3
5#B8C5D1
6#BAC5CE
7#BDC5CC
8#BFC5C9
9#C2C5C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E6EE
#E6EEF5
Light backgroundsTable row hoverSkeleton loading
200
D0DF
#D0DFEC
Secondary backgroundsInput backgroundsDividers
300
ACC6
#ACC6DD
BordersInactive statesPlaceholder text
400
80A8
#80A8CB
Disabled statesSecondary iconsMuted text
500
5C8F
#5C8FBC
Primary brand colorCTAsActive elementsLinks
600
4173
#41739F
Hover statesFocus ringsPrimary buttons hover
700
345C
#345C7F
Active/pressed statesDark mode accentsSecondary text
800
2542
#25425B
Text on light backgroundsHeadingsStrong borders
900
182A
#182A3A
Primary textHigh emphasis contentDark headings
950
0F1A
#0F1A24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F8FB;
  --silver-100: #E6EEF5;
  --silver-200: #D0DFEC;
  --silver-300: #ACC6DD;
  --silver-400: #80A8CB;
  --silver-500: #5C8FBC;
  --silver-600: #41739F;
  --silver-700: #345C7F;
  --silver-800: #25425B;
  --silver-900: #182A3A;
  --silver-950: #0F1A24;
}
Generate More ShadesCreate PaletteConvert Color