Silver

#B3CCD5

Blue

Color Codes

All color formats for development

HEX
#B3CCD5
RGB
rgb(179, 204, 213)
HSL
hsl(196, 29%, 77%)
OKLCH
oklch(0.829 0.03 221.5)
CMYK
cmyk(16%, 4%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.68:1

AA AAA

On Black Background

12.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8F0
200
#D4E2
300
#B3CC
400
#8CB2
500
#6B9C
600
#507F
700
#3F65
800
#2D48
900
#1D2E
950
#121D

Shades

Darker variations

1#9ABBC7
2#81AAB9
3#6799AC
4#548698
5#466F7F
6#385965
7#2A434C
8#1C2D33
9#0E1619

Tints

Lighter variations

1#BBD1DA
2#C2D6DE
3#CADCE2
4#D2E1E6
5#D9E6EA
6#E1EBEE
7#E8F0F3
8#F0F5F7
9#F7FAFB

Tones

Muted variations

1#B5CBD4
2#B7CBD2
3#B8CAD0
4#BAC9CF
5#BCC8CD
6#BEC8CB
7#BFC7C9
8#C1C6C8
9#C3C5C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E8F0
#E8F0F2
Light backgroundsTable row hoverSkeleton loading
200
D4E2
#D4E2E7
Secondary backgroundsInput backgroundsDividers
300
B3CC
#B3CCD5
BordersInactive statesPlaceholder text
400
8CB2
#8CB2C0
Disabled statesSecondary iconsMuted text
500
6B9C
#6B9CAE
Primary brand colorCTAsActive elementsLinks
600
507F
#507F91
Hover statesFocus ringsPrimary buttons hover
700
3F65
#3F6573
Active/pressed statesDark mode accentsSecondary text
800
2D48
#2D4852
Text on light backgroundsHeadingsStrong borders
900
1D2E
#1D2E35
Primary textHigh emphasis contentDark headings
950
121D
#121D21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F8FA;
  --silver-100: #E8F0F2;
  --silver-200: #D4E2E7;
  --silver-300: #B3CCD5;
  --silver-400: #8CB2C0;
  --silver-500: #6B9CAE;
  --silver-600: #507F91;
  --silver-700: #3F6573;
  --silver-800: #2D4852;
  --silver-900: #1D2E35;
  --silver-950: #121D21;
}
Generate More ShadesCreate PaletteConvert Color