Silver

#A9B0DF

Blue

Color Codes

All color formats for development

HEX
#A9B0DF
RGB
rgb(169, 176, 223)
HSL
hsl(232, 46%, 77%)
OKLCH
oklch(0.768 0.068 278.1)
CMYK
cmyk(24%, 21%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.11:1

AA AAA

On Black Background

9.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E7
200
#CFD3
300
#A9B1
400
#7D88
500
#5766
600
#3D4A
700
#303B
800
#222A
900
#161B
950
#0E11

Shades

Darker variations

1#8D96D5
2#707CCA
3#5362C0
4#404EAC
5#35418F
6#2A3473
7#202756
8#151A39
9#0B0D1D

Tints

Lighter variations

1#B2B8E2
2#BAC0E6
3#C3C8E9
4#CCD0EC
5#D4D8EF
6#DDE0F2
7#E5E7F5
8#EEEFF9
9#F6F7FC

Tones

Muted variations

1#ACB3DD
2#AFB5DA
3#B1B7D7
4#B4B8D5
5#B7BAD2
6#BABCCF
7#BCBECC
8#BFC0CA
9#C2C2C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E7
#E5E7F5
Light backgroundsTable row hoverSkeleton loading
200
CFD3
#CFD3ED
Secondary backgroundsInput backgroundsDividers
300
A9B1
#A9B1DF
BordersInactive statesPlaceholder text
400
7D88
#7D88CF
Disabled statesSecondary iconsMuted text
500
5766
#5766C1
Primary brand colorCTAsActive elementsLinks
600
3D4A
#3D4AA4
Hover statesFocus ringsPrimary buttons hover
700
303B
#303B82
Active/pressed statesDark mode accentsSecondary text
800
222A
#222A5D
Text on light backgroundsHeadingsStrong borders
900
161B
#161B3C
Primary textHigh emphasis contentDark headings
950
0E11
#0E1125
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F5FB;
  --silver-100: #E5E7F5;
  --silver-200: #CFD3ED;
  --silver-300: #A9B1DF;
  --silver-400: #7D88CF;
  --silver-500: #5766C1;
  --silver-600: #3D4AA4;
  --silver-700: #303B82;
  --silver-800: #222A5D;
  --silver-900: #161B3C;
  --silver-950: #0E1125;
}
Generate More ShadesCreate PaletteConvert Color