Silver

#AFAFDA

Blue

Color Codes

All color formats for development

HEX
#AFAFDA
RGB
rgb(175, 175, 218)
HSL
hsl(240, 37%, 77%)
OKLCH
oklch(0.769 0.061 284.9)
CMYK
cmyk(20%, 20%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

2.11:1

AA AAA

On Black Background

9.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E7E7
200
#D2D2
300
#AFAF
400
#8585
500
#6262
600
#4747
700
#3838
800
#2828
900
#1A1A
950
#1010

Shades

Darker variations

1#9494CE
2#7979C1
3#5E5EB5
4#4A4AA1
5#3E3E86
6#31316C
7#252551
8#191936
9#0C0C1B

Tints

Lighter variations

1#B7B7DE
2#BFBFE1
3#C7C7E5
4#CFCFE9
5#D7D7ED
6#DFDFF0
7#E7E7F4
8#EFEFF8
9#F7F7FB

Tones

Muted variations

1#B1B1D8
2#B3B3D6
3#B5B5D4
4#B7B7D1
5#B9B9CF
6#BCBCCD
7#BEBECB
8#C0C0C9
9#C2C2C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E7E7
#E7E7F4
Light backgroundsTable row hoverSkeleton loading
200
D2D2
#D2D2EA
Secondary backgroundsInput backgroundsDividers
300
AFAF
#AFAFDA
BordersInactive statesPlaceholder text
400
8585
#8585C7
Disabled statesSecondary iconsMuted text
500
6262
#6262B7
Primary brand colorCTAsActive elementsLinks
600
4747
#47479A
Hover statesFocus ringsPrimary buttons hover
700
3838
#38387A
Active/pressed statesDark mode accentsSecondary text
800
2828
#282857
Text on light backgroundsHeadingsStrong borders
900
1A1A
#1A1A38
Primary textHigh emphasis contentDark headings
950
1010
#101023
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F5FA;
  --silver-100: #E7E7F4;
  --silver-200: #D2D2EA;
  --silver-300: #AFAFDA;
  --silver-400: #8585C7;
  --silver-500: #6262B7;
  --silver-600: #47479A;
  --silver-700: #38387A;
  --silver-800: #282857;
  --silver-900: #1A1A38;
  --silver-950: #101023;
}
Generate More ShadesCreate PaletteConvert Color