Slate Gray
#7B9B9D
CyanColor Codes
All color formats for development
HEX
#7B9B9DRGB
rgb(123, 155, 157)HSL
hsl(184, 15%, 55%)OKLCH
oklch(0.666 0.036 201.1)CMYK
cmyk(22%, 1%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B8F91
2#5F7F81
3#536F71
4#485F61
5#3C4F51
6#303F41
7#243030
8#182020
9#0C1010
Tints
Lighter variations
1#88A5A7
2#95AFB1
3#A3B9BB
4#B0C3C4
5#BDCDCE
6#CAD7D8
7#D7E1E2
8#E5EBEB
9#F2F5F5
Tones
Muted variations
1#7D9A9C
2#7E989A
3#809798
4#829597
5#849495
6#859293
7#879191
8#898F90
9#8B8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCC #BCCCCD | BordersInactive statesPlaceholder text |
| 400 | 98B1 #98B1B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B9B #7B9B9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7F #5F7F81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C65 #4C6567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3648 #364849 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EAEFF0;
--slate-gray-200: #D9E2E3;
--slate-gray-300: #BCCCCD;
--slate-gray-400: #98B1B3;
--slate-gray-500: #7B9B9D;
--slate-gray-600: #5F7F81;
--slate-gray-700: #4C6567;
--slate-gray-800: #364849;
--slate-gray-900: #232E2F;
--slate-gray-950: #161D1D;
}