Silver

#B8D1D1

Cyan

Color Codes

All color formats for development

HEX
#B8D1D1
RGB
rgb(184, 209, 209)
HSL
hsl(180, 21%, 77%)
OKLCH
oklch(0.842 0.027 196.7)
CMYK
cmyk(12%, 0%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.61:1

AA AAA

On Black Background

13.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#E9F1
200
#D7E5
300
#B8D1
400
#93B8
500
#74A4
600
#5988
700
#476C
800
#324D
900
#2031
950
#141F

Shades

Darker variations

1#A0C1C1
2#89B2B2
3#71A2A2
4#5D8F8F
5#4E7777
6#3E5F5F
7#2F4747
8#1F3030
9#101818

Tints

Lighter variations

1#BFD5D5
2#C6DADA
3#CDDFDF
4#D4E3E3
5#DCE8E8
6#E3ECEC
7#EAF1F1
8#F1F6F6
9#F8FAFA

Tones

Muted variations

1#B9CFCF
2#BACECE
3#BCCDCD
4#BDCCCC
5#BECBCB
6#BFC9C9
7#C1C8C8
8#C2C7C7
9#C3C6C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F1
#E9F1F1
Light backgroundsTable row hoverSkeleton loading
200
D7E5
#D7E5E5
Secondary backgroundsInput backgroundsDividers
300
B8D1
#B8D1D1
BordersInactive statesPlaceholder text
400
93B8
#93B8B8
Disabled statesSecondary iconsMuted text
500
74A4
#74A4A4
Primary brand colorCTAsActive elementsLinks
600
5988
#598888
Hover statesFocus ringsPrimary buttons hover
700
476C
#476C6C
Active/pressed statesDark mode accentsSecondary text
800
324D
#324D4D
Text on light backgroundsHeadingsStrong borders
900
2031
#203131
Primary textHigh emphasis contentDark headings
950
141F
#141F1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F9F9;
  --silver-100: #E9F1F1;
  --silver-200: #D7E5E5;
  --silver-300: #B8D1D1;
  --silver-400: #93B8B8;
  --silver-500: #74A4A4;
  --silver-600: #598888;
  --silver-700: #476C6C;
  --silver-800: #324D4D;
  --silver-900: #203131;
  --silver-950: #141F1F;
}
Generate More ShadesCreate PaletteConvert Color