Silver

#ACAFDD

Blue

Color Codes

All color formats for development

HEX
#ACAFDD
RGB
rgb(172, 175, 221)
HSL
hsl(236, 42%, 77%)
OKLCH
oklch(0.768 0.066 281.8)
CMYK
cmyk(22%, 21%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.11:1

AA AAA

On Black Background

9.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E7
200
#D0D2
300
#ACAF
400
#8085
500
#5C62
600
#4147
700
#3439
800
#2529
900
#181A
950
#0F10

Shades

Darker variations

1#9094D2
2#7479C6
3#585FBB
4#444BA7
5#393E8B
6#2E3270
7#222554
8#171938
9#0B0C1C

Tints

Lighter variations

1#B4B7E0
2#BCBFE4
3#C5C7E7
4#CDCFEB
5#D5D7EE
6#DEDFF1
7#E6E7F5
8#EEEFF8
9#F7F7FC

Tones

Muted variations

1#AEB1DB
2#B1B3D8
3#B3B5D6
4#B6B8D3
5#B8BAD1
6#BABCCE
7#BDBECC
8#BFC0C9
9#C2C2C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E6E7
#E6E7F5
Light backgroundsTable row hoverSkeleton loading
200
D0D2
#D0D2EC
Secondary backgroundsInput backgroundsDividers
300
ACAF
#ACAFDD
BordersInactive statesPlaceholder text
400
8085
#8085CB
Disabled statesSecondary iconsMuted text
500
5C62
#5C62BC
Primary brand colorCTAsActive elementsLinks
600
4147
#41479F
Hover statesFocus ringsPrimary buttons hover
700
3439
#34397F
Active/pressed statesDark mode accentsSecondary text
800
2529
#25295B
Text on light backgroundsHeadingsStrong borders
900
181A
#181A3A
Primary textHigh emphasis contentDark headings
950
0F10
#0F1024
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F5FB;
  --silver-100: #E6E7F5;
  --silver-200: #D0D2EC;
  --silver-300: #ACAFDD;
  --silver-400: #8085CB;
  --silver-500: #5C62BC;
  --silver-600: #41479F;
  --silver-700: #34397F;
  --silver-800: #25295B;
  --silver-900: #181A3A;
  --silver-950: #0F1024;
}
Generate More ShadesCreate PaletteConvert Color