Silver

#A6A7E2

Blue

Color Codes

All color formats for development

HEX
#A6A7E2
RGB
rgb(166, 167, 226)
HSL
hsl(239, 51%, 77%)
OKLCH
oklch(0.749 0.085 283.4)
CMYK
cmyk(27%, 26%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

2.27:1

AA AAA

On Black Background

9.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E4E4
200
#CDCE
300
#A6A7
400
#787A
500
#5254
600
#3739
700
#2C2D
800
#1F20
900
#1415
950
#0C0D

Shades

Darker variations

1#898AD9
2#6B6DCF
3#4D4FC5
4#3A3CB2
5#303294
6#262877
7#1D1E59
8#13143B
9#0A0A1E

Tints

Lighter variations

1#AFB0E5
2#B8B9E8
3#C1C2EB
4#CACAEE
5#D3D3F1
6#DCDCF4
7#E4E5F6
8#EDEDF9
9#F6F6FC

Tones

Muted variations

1#A9AADF
2#ACADDC
3#AFB0D9
4#B2B3D6
5#B5B6D3
6#B8B9D0
7#BBBCCD
8#BEBFCA
9#C1C1C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E4
#E4E4F6
Light backgroundsTable row hoverSkeleton loading
200
CDCE
#CDCEEF
Secondary backgroundsInput backgroundsDividers
300
A6A7
#A6A7E2
BordersInactive statesPlaceholder text
400
787A
#787AD3
Disabled statesSecondary iconsMuted text
500
5254
#5254C7
Primary brand colorCTAsActive elementsLinks
600
3739
#3739A9
Hover statesFocus ringsPrimary buttons hover
700
2C2D
#2C2D87
Active/pressed statesDark mode accentsSecondary text
800
1F20
#1F2060
Text on light backgroundsHeadingsStrong borders
900
1415
#14153E
Primary textHigh emphasis contentDark headings
950
0C0D
#0C0D27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F3F4FB;
  --silver-100: #E4E4F6;
  --silver-200: #CDCEEF;
  --silver-300: #A6A7E2;
  --silver-400: #787AD3;
  --silver-500: #5254C7;
  --silver-600: #3739A9;
  --silver-700: #2C2D87;
  --silver-800: #1F2060;
  --silver-900: #14153E;
  --silver-950: #0C0D27;
}
Generate More ShadesCreate PaletteConvert Color